Html Css Color HEX #77DBBA Downy

📋 copy color: '#77DBBA'

red 119 ◦ green 219 ◦ blue 186

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

Shades of Downy #77DBBA

Tints of Downy #77DBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 22.71%
G = 41.79%
B = 35.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#77DBBA (or 0x77DBBA) is known color: Downy. HEX triplet: 77, DB and BA. RGB value is (119,219,186). Sum of RGB (Red+Green+Blue) = 119+219+186=524 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.71% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBBA is #882445. Grayscale: #B9B9B9. Windows color (decimal): -8922182 or 12245879. OLE color: 12245879.

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

Color convert

RGB 119 219 186 -
CMYK 0.46 0 0.15 0.14
HSL 160.2º 0.58% 0.66% -
HSV(B) 160.2º 0.46% 0.86% -
XYZ 41.8 58.13 55.47 -
YUV 185.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 119 219 186 0.46 0 0.15 0.14 160.2 0.58 0.66
Hex 77 DB BA 2E 0 F E A0 3A 42
Octal 167 333 272 56 0 17 16 240 72 102
Binary 1110111 11011011 10111010 101110 0 1111 1110 10100000 111010 1000010

Color Harmonies of #77DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DBBA

Black with #77DBBA

Text Example


Text Example

White with #77DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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