Html Css Color HEX #78DBC8 Downy

📋 copy color: '#78DBC8'

red 120 ◦ green 219 ◦ blue 200

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

Shades of Downy #78DBC8

Tints of Downy #78DBC8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.63%

 BLUE value IS 200 (78.52% from 255) = 37.11%

R = 22.26%
G = 40.63%
B = 37.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#78DBC8 (or 0x78DBC8) is known color: Downy. HEX triplet: 78, DB and C8. RGB value is (120,219,200). Sum of RGB (Red+Green+Blue) = 120+219+200=539 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.26% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBC8 is #872437. Grayscale: #BBBBBB. Windows color (decimal): -8856632 or 13163384. OLE color: 13163384.

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

Color convert

RGB 120 219 200 -
CMYK 0.45 0 0.09 0.14
HSL 168.48º 0.58% 0.66% -
HSV(B) 168.48º 0.45% 0.86% -
XYZ 43.5 58.83 63.71 -
YUV 187.23 135.2 80.04 -
System Red Green Blue C M Y K H S L
Decimal 120 219 200 0.45 0 0.09 0.14 168.48 0.58 0.66
Hex 78 DB C8 2D 0 9 E A8 3A 42
Octal 170 333 310 55 0 11 16 250 72 102
Binary 1111000 11011011 11001000 101101 0 1001 1110 10101000 111010 1000010

Color Harmonies of #78DBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DBC8

Black with #78DBC8

Text Example


Text Example

White with #78DBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,219,200); }

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

background-color css

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

 a { background-color: rgb(120,219,200); }

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

border-color css

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

 span { border-color: rgb(120,219,200); }

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