Html Css Color HEX #77DCCB Downy

📋 copy color: '#77DCCB'

red 119 ◦ green 220 ◦ blue 203

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

Shades of Downy #77DCCB

Tints of Downy #77DCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

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

R = 21.96%
G = 40.59%
B = 37.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#77DCCB (or 0x77DCCB) is known color: Downy. HEX triplet: 77, DC and CB. RGB value is (119,220,203). Sum of RGB (Red+Green+Blue) = 119+220+203=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCCB is #882334. Grayscale: #BBBBBB. Windows color (decimal): -8921909 or 13360247. OLE color: 13360247.

HSL color Cylindrical-coordinate representation of color #77DCCB: hue angle of 169.9º degrees, saturation: 0.59, 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 #77DCCB is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 220 203 -
CMYK 0.46 0 0.08 0.14
HSL 169.9º 0.59% 0.66% -
HSV(B) 169.9º 0.46% 0.86% -
XYZ 43.98 59.42 65.65 -
YUV 187.86 136.54 78.88 -
System Red Green Blue C M Y K H S L
Decimal 119 220 203 0.46 0 0.08 0.14 169.9 0.59 0.66
Hex 77 DC CB 2E 0 8 E AA 3B 42
Octal 167 334 313 56 0 10 16 252 73 102
Binary 1110111 11011100 11001011 101110 0 1000 1110 10101010 111011 1000010

Color Harmonies of #77DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DCCB

Black with #77DCCB

Text Example


Text Example

White with #77DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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