Html Css Color HEX #78CED4 Spray

📋 copy color: '#78CED4'

red 120 ◦ green 206 ◦ blue 212

#78CED4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #78CED4

Tints of Spray #78CED4

RGB

 RED value IS 120 (47.27% from 255) = 22.3%

 GREEN value IS 206 (80.86% from 255) = 38.29%

 BLUE value IS 212 (83.2% from 255) = 39.41%

R = 22.3%
G = 38.29%
B = 39.41%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#78CED4 (or 0x78CED4) is known color: 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

RGB 120 206 212 -
CMYK 0.43 0.03 0 0.17
HSL 183.91º 0.52% 0.65% -
HSV(B) 183.91º 0.43% 0.83% -
XYZ 41.7 52.89 70.3 -
YUV 180.97 145.51 84.51 -
System Red Green Blue C M Y K H S L
Decimal 120 206 212 0.43 0.03 0 0.17 183.91 0.52 0.65
Hex 78 CE D4 2B 3 0 11 B8 34 41
Octal 170 316 324 53 3 0 21 270 64 101
Binary 1111000 11001110 11010100 101011 11 0 10001 10111000 110100 1000001

Color Harmonies of #78CED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CED4

Black with #78CED4

Text Example


Text Example

White with #78CED4

Text Example


Text Example

HTML Codes & Css Web 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>