Html Css Color HEX #78DBC2 Downy

📋 copy color: '#78DBC2'

red 120 ◦ green 219 ◦ blue 194

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

Shades of Downy #78DBC2

Tints of Downy #78DBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.4%

R = 22.51%
G = 41.09%
B = 36.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#78DBC2 (or 0x78DBC2) is known color: Downy. HEX triplet: 78, DB and C2. RGB value is (120,219,194). Sum of RGB (Red+Green+Blue) = 120+219+194=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBC2 is #87243D. Grayscale: #BABABA. Windows color (decimal): -8856638 or 12770168. OLE color: 12770168.

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

Color convert

RGB 120 219 194 -
CMYK 0.45 0 0.11 0.14
HSL 164.85º 0.58% 0.66% -
HSV(B) 164.85º 0.45% 0.86% -
XYZ 42.81 58.55 60.08 -
YUV 186.55 132.2 80.53 -
System Red Green Blue C M Y K H S L
Decimal 120 219 194 0.45 0 0.11 0.14 164.85 0.58 0.66
Hex 78 DB C2 2D 0 B E A5 3A 42
Octal 170 333 302 55 0 13 16 245 72 102
Binary 1111000 11011011 11000010 101101 0 1011 1110 10100101 111010 1000010

Color Harmonies of #78DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DBC2

Black with #78DBC2

Text Example


Text Example

White with #78DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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