#7DDCD9

Color #7DDCD9 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7DDCD9

Tints of Spray #7DDCD9

Color information

#7DDCD9 (or 0x7DDCD9) is unknown color: approx Spray. HEX triplet: 7D, DC and D9. RGB value is (125,220,217). Sum of RGB (Red+Green+Blue) = 125+220+217=562 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.24% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCD9 is #822326. Grayscale: #BFBFBF. Windows color (decimal): -8528679 or 14277757. OLE color: 14277757.

HSL color Cylindrical-coordinate representation of color #7DDCD9: hue angle of 178.11º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCD9 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB125220217-
CMYK0.4300.010.14
HSL178.11º57.58%67.65%-
HSV(B)178.11º43.18%86.27%-
XYZ46.5860.5674.88-
YUV191.25142.5380.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 22.24%
GREEN value IS 220 (86.33% from 255) = 39.15%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=22.24%
G=39.15%
B=38.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252202170.4300.010.14178.1157.5867.65
Hex7DDCD92B01Eb23a44
Octal17533433153011626272104
Binary11111011101110011011001101011011110101100101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DDCD9; }

 p { color: rgb(125,220,217); }

 H1.HeaderClassName
 {
   color: #7DDCD9;
 }
 .AnyTagClassName
 {
   color: #7DDCD9;
 }
</style>
background-color css

<style>
 a { background-color: #7DDCD9; }

 a { background-color: rgb(125,220,217); }

 div.DivClassName
 {
   background-color: #7DDCD9;
 }
 .BgClassName
 {
   background-color: #7DDCD9;
 }
</style>
border-color css

<style>
 span { border-color: #7DDCD9; }

 span { border-color: rgb(125,220,217); }

 td.TdClassName
 {
   border-color: #7DDCD9;
 }
 .TagClassName
 {
   border-color: #7DDCD9;
 }
</style>