#78CED4

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

Shades of Spray #78CED4

Tints of Spray #78CED4

Color information

#78CED4 (or 0x78CED4) is unknown color: approx Spray. HEX triplet: 78, CE and D4. RGB value is (120,206,212). Sum of RGB (Red+Green+Blue) = 120+206+212=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #78CED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CED4 is #87312B. Grayscale: #B4B4B4. Windows color (decimal): -8859948 or 13946488. OLE color: 13946488.

HSL color Cylindrical-coordinate representation of color #78CED4: hue angle of 183.91º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78CED4 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB120206212-
CMYK0.430.0300.17
HSL183.91º51.69%65.1%-
HSV(B)183.91º43.4%83.14%-
XYZ41.752.8970.3-
YUV180.97145.5184.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.30%
GREEN value IS 206 (80.86% from 255) = 38.29%
BLUE value IS 212 (83.20% from 255) = 39.41%
R=22.30%
G=38.29%
B=39.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1202062120.430.0300.17183.9151.6965.1
Hex78CED42B3011b83441
Octal17031632453302127064101
Binary1111000110011101101010010101111010001101110001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,206,212); }

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

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

 a { background-color: rgb(120,206,212); }

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

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

 span { border-color: rgb(120,206,212); }

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