Html Css Color HEX #78D0CB Downy

📋 copy color: '#78D0CB'

red 120 ◦ green 208 ◦ blue 203

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

Shades of Downy #78D0CB

Tints of Downy #78D0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 22.6%
G = 39.17%
B = 38.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#78D0CB (or 0x78D0CB) is known color: Downy. HEX triplet: 78, D0 and CB. RGB value is (120,208,203). Sum of RGB (Red+Green+Blue) = 120+208+203=531 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.60% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D0CB is #872F34. Grayscale: #B5B5B5. Windows color (decimal): -8859445 or 13357176. OLE color: 13357176.

HSL color Cylindrical-coordinate representation of color #78D0CB: hue angle of 176.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78D0CB is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 208 203 -
CMYK 0.42 0 0.02 0.18
HSL 176.59º 0.48% 0.64% -
HSV(B) 176.59º 0.42% 0.82% -
XYZ 41.08 53.42 64.65 -
YUV 181.12 140.35 84.41 -
System Red Green Blue C M Y K H S L
Decimal 120 208 203 0.42 0 0.02 0.18 176.59 0.48 0.64
Hex 78 D0 CB 2A 0 2 12 B1 30 40
Octal 170 320 313 52 0 2 22 261 60 100
Binary 1111000 11010000 11001011 101010 0 10 10010 10110001 110000 1000000

Color Harmonies of #78D0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D0CB

Black with #78D0CB

Text Example


Text Example

White with #78D0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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