Html Css Color HEX #78D0DC Spray

📋 copy color: '#78D0DC'

red 120 ◦ green 208 ◦ blue 220

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

Shades of Spray #78D0DC

Tints of Spray #78D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.96%

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 21.9%
G = 37.96%
B = 40.15%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78D0DC (or 0x78D0DC) is known color: Spray. HEX triplet: 78, D0 and DC. RGB value is (120,208,220). Sum of RGB (Red+Green+Blue) = 120+208+220=548 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.90% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #78D0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D0DC is #872F23. Grayscale: #B6B6B6. Windows color (decimal): -8859428 or 14471288. OLE color: 14471288.

HSL color Cylindrical-coordinate representation of color #78D0DC: hue angle of 187.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78D0DC is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 208 220 -
CMYK 0.45 0.05 0 0.14
HSL 187.2º 0.59% 0.67% -
HSV(B) 187.2º 0.45% 0.86% -
XYZ 43.22 54.27 75.91 -
YUV 183.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 120 208 220 0.45 0.05 0 0.14 187.2 0.59 0.67
Hex 78 D0 DC 2D 5 0 E BB 3B 43
Octal 170 320 334 55 5 0 16 273 73 103
Binary 1111000 11010000 11011100 101101 101 0 1110 10111011 111011 1000011

Color Harmonies of #78D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D0DC

Black with #78D0DC

Text Example


Text Example

White with #78D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78D0DC;
 }
 .AnyTagClassName
 {
   color: #78D0DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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