Html Css Color HEX #77DBCB Downy

📋 copy color: '#77DBCB'

red 119 ◦ green 219 ◦ blue 203

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

Shades of Downy #77DBCB

Tints of Downy #77DBCB

RGB

 RED value IS 119 (46.88% from 255) = 22%

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

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

R = 22%
G = 40.48%
B = 37.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#77DBCB (or 0x77DBCB) is known color: Downy. HEX triplet: 77, DB and CB. RGB value is (119,219,203). Sum of RGB (Red+Green+Blue) = 119+219+203=541 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.00% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBCB is #882434. Grayscale: #BBBBBB. Windows color (decimal): -8922165 or 13359991. OLE color: 13359991.

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

Color convert

RGB 119 219 203 -
CMYK 0.46 0 0.07 0.14
HSL 170.4º 0.58% 0.66% -
HSV(B) 170.4º 0.46% 0.86% -
XYZ 43.72 58.9 65.56 -
YUV 187.28 136.87 79.3 -
System Red Green Blue C M Y K H S L
Decimal 119 219 203 0.46 0 0.07 0.14 170.4 0.58 0.66
Hex 77 DB CB 2E 0 7 E AA 3A 42
Octal 167 333 313 56 0 7 16 252 72 102
Binary 1110111 11011011 11001011 101110 0 111 1110 10101010 111010 1000010

Color Harmonies of #77DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DBCB

Black with #77DBCB

Text Example


Text Example

White with #77DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77DBCB; }

 p { color: rgb(119,219,203); }

 H1.HeaderClassName
 {
   color: #77DBCB;
 }
 .AnyTagClassName
 {
   color: #77DBCB;
 }
</style>

background-color css

<style>
 a { background-color: #77DBCB; }

 a { background-color: rgb(119,219,203); }

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

border-color css

<style>
 span { border-color: #77DBCB; }

 span { border-color: rgb(119,219,203); }

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