#78D9D8

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

Shades of Spray #78D9D8

Tints of Spray #78D9D8

Color information

#78D9D8 (or 0x78D9D8) is unknown color: approx Spray. HEX triplet: 78, D9 and D8. RGB value is (120,217,216). Sum of RGB (Red+Green+Blue) = 120+217+216=553 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.70% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #78D9D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D9D8 is #872627. Grayscale: #BBBBBB. Windows color (decimal): -8857128 or 14211448. OLE color: 14211448.

HSL color Cylindrical-coordinate representation of color #78D9D8: hue angle of 179.38º 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 #78D9D8 is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB120217216-
CMYK0.4500.000.15
HSL179.38º56.07%66.08%-
HSV(B)179.38º44.7%85.1%-
XYZ44.9558.5873.9-
YUV187.88143.8679.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.70%
GREEN value IS 217 (85.16% from 255) = 39.24%
BLUE value IS 216 (84.77% from 255) = 39.06%
R=21.70%
G=39.24%
B=39.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202172160.4500.000.15179.3856.0766.08
Hex78D9D82D00Fb33842
Octal17033133055001726370102
Binary11110001101100111011000101101001111101100111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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