Html Css Color HEX #78D6C2 Downy

📋 copy color: '#78D6C2'

red 120 ◦ green 214 ◦ blue 194

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

Shades of Downy #78D6C2

Tints of Downy #78D6C2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.53%

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

R = 22.73%
G = 40.53%
B = 36.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#78D6C2 (or 0x78D6C2) is known color: Downy. HEX triplet: 78, D6 and C2. RGB value is (120,214,194). Sum of RGB (Red+Green+Blue) = 120+214+194=528 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.73% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #78D6C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D6C2 is #87293D. Grayscale: #B7B7B7. Windows color (decimal): -8857918 or 12768888. OLE color: 12768888.

HSL color Cylindrical-coordinate representation of color #78D6C2: hue angle of 167.23º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D6C2 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 214 194 -
CMYK 0.44 0 0.09 0.16
HSL 167.23º 0.53% 0.65% -
HSV(B) 167.23º 0.44% 0.84% -
XYZ 41.53 55.98 59.66 -
YUV 183.61 133.86 82.63 -
System Red Green Blue C M Y K H S L
Decimal 120 214 194 0.44 0 0.09 0.16 167.23 0.53 0.65
Hex 78 D6 C2 2C 0 9 10 A7 35 41
Octal 170 326 302 54 0 11 20 247 65 101
Binary 1111000 11010110 11000010 101100 0 1001 10000 10100111 110101 1000001

Color Harmonies of #78D6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D6C2

Black with #78D6C2

Text Example


Text Example

White with #78D6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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