COLOR #7DF5F4

HEX: #7DF5F4 RGB: (125,245,244)

Color info

#7DF5F4 contains mainly green and blue colors. Web safe color of #7DF5F4 is #66FFFF (or #6FF).

RGB color model

#7DF5F4 color RGB value is (125,245,244).

RGB: (125,245,244) (49%, 96%, 96%)

RGB channels and saturation

R 125 of 255 = 49%
G 245 of 255 = 96%
B 244 of 255 = 96%

125
245
244

R + G + B ~ 80%. #7DF5F4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 245 + 244 = 614 (100%)
R 125 of 614 ~ 20.36%
G 245 of 614 ~ 39.9%
B 244 of 614 ~ 39.74'%

%20.36
%39.9
%39.74

CMYK color model

#7DF5F4 color CMYK value is (49,0,0,4).

  • cyan value is 48.98%
  • magenta value is 0.00%
  • yellow value is 0.41%
  • key color value is 3.92%

CMYK: (49,0,0,4)
C49M0Y0K4 (49%, 0%, 0%, 4%)
(0.49 / 0.00 / 0.00 / 0.04)

CMYK percentages

%48.98
%0
%0.41
%3.92

Codes

Color #7DF5F4 in popluar color models

7D F5 F4
RGB 125 245 244
HSL 180° 85.71% 72.55%
HSB/HSV 180° 48.98% 96.08%
CMYK 48.98% 0.00% 0.41%
3.92%

Color #7DF5F4 in popluar number systems.

HEX 7D F5 F4
Decimal 125 245 244
Binary 1111101 11110101 11110100
Octal 175 365 364

Shades and tints

Shades of #7DF5F4

#7DF5F4
(125,245,244)
#72DFDE
(114,223,222)
#67C9C8
(103,201,200)
#5CB3B2
(92,179,178)
#519D9C
(81,157,156)
#468786
(70,135,134)
#3B7170
(59,113,112)
#305B5A
(48,91,90)
#254544
(37,69,68)
#1A2F2E
(26,47,46)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #7DF5F4

#7DF5F4
(125,245,244)
#88F5F5
(136,245,245)
#93F5F6
(147,245,246)
#9EF5F7
(158,245,247)
#A9F5F8
(169,245,248)
#B4F5F9
(180,245,249)
#BFF5FA
(191,245,250)
#CAF5FB
(202,245,251)
#D5F5FC
(213,245,252)
#E0F5FD
(224,245,253)
#EBF5FE
(235,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF5F4 color. Also use rgb(125,245,244) instead hex code.

Text Font Color

.myTextColor { color: #7DF5F4; }

<p style="color:#7DF5F4">This sample text font color is #7DF5F4.</p>

This text font color is #7DF5F4.

Background Color

.myBgColor { background-color: #7DF5F4; }

<div style="background-color:#7DF5F4">Inner text</div>

This div background color is #7DF5F4.

Border color

.myBorderColor { border: 1px solid #7DF5F4; }

<div style="border:3px solid #7DF5F4">Div</div>

This div border color is #7DF5F4.

Opacity

.myOpacity80 { color: #7DF5F4; opacity: 0.8; }

<p style="color:#7DF5F4;opacity:0.8;">80%</p>

Text with #7DF5F4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7DF5F4;}

<p style="text-shadow: 3px 3px 1px #7DF5F4">Text here.</p>

This text has shadow with #7DF5F4 color.


.textShadow {text-shadow: 3px 3px 1px #7DF5F4', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7DF5F4, 5px 5px 20px red">Text here.</p>

This text has shadow with #7DF5F4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DF5F4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7DF5F4, Direction=45, Strength=4)">Text</p>

This text has shadow with #7DF5F4 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7DF5F4;
-webkit-box-shadow: 1px 1px 3px 2px #7DF5F4;
box-shadow: 1px 1px 3px 2px #7DF5F4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DF5F4; -webkit-box-shadow: 1px 1px 3px 2px #7DF5F4; box-shadow:1px 1px 3px 2px #7DF5F4;">
Div content here
</div>

This div box has shadow with color #7DF5F4.

Preview

Color preview on black background

This text has color #7DF5F4 on black background.


Color preview on white background

This text has color #7DF5F4 on white background.


Black color preview on #7DF5F4 background

This text has black color on #7DF5F4 background.


White color preview on #7DF5F4 background

This text has white color on #7DF5F4 background.


Related colors

Complementary color

Complementary color for #hex is #820A0B.


I love getcolorcode.com

Triadic colors

1 #F47DF5 and #F5F47D with #7DF5F4 are triadic colors.

2 #F4F57D and #F57DF4 with #7DF5F4 are triadic colors.