#78D0D9

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

Shades of Spray #78D0D9

Tints of Spray #78D0D9

Color information

#78D0D9 (or 0x78D0D9) is unknown color: approx Spray. HEX triplet: 78, D0 and D9. RGB value is (120,208,217). Sum of RGB (Red+Green+Blue) = 120+208+217=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #78D0D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D0D9 is #872F26. Grayscale: #B6B6B6. Windows color (decimal): -8859431 or 14274680. OLE color: 14274680.

HSL color Cylindrical-coordinate representation of color #78D0D9: hue angle of 185.57º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78D0D9 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120208217-
CMYK0.450.0400.15
HSL185.57º56.07%66.08%-
HSV(B)185.57º44.7%85.1%-
XYZ42.8354.1173.83-
YUV182.71147.3583.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.02%
GREEN value IS 208 (81.64% from 255) = 38.17%
BLUE value IS 217 (85.16% from 255) = 39.82%
R=22.02%
G=38.17%
B=39.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202082170.450.0400.15185.5756.0766.08
Hex78D0D92D40Fba3842
Octal17032033155401727270102
Binary1111000110100001101100110110110001111101110101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78D0D9; }

 p { color: rgb(120,208,217); }

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

<style>
 a { background-color: #78D0D9; }

 a { background-color: rgb(120,208,217); }

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

<style>
 span { border-color: #78D0D9; }

 span { border-color: rgb(120,208,217); }

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