Html Css Color HEX #77DAB5 Downy

📋 copy color: '#77DAB5'

red 119 ◦ green 218 ◦ blue 181

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

Shades of Downy #77DAB5

Tints of Downy #77DAB5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.08%

 BLUE value IS 181 (71.09% from 255) = 34.94%

R = 22.97%
G = 42.08%
B = 34.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#77DAB5 (or 0x77DAB5) is known color: Downy. HEX triplet: 77, DA and B5. RGB value is (119,218,181). Sum of RGB (Red+Green+Blue) = 119+218+181=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #77DAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DAB5 is #88254A. Grayscale: #B8B8B8. Windows color (decimal): -8922443 or 11917943. OLE color: 11917943.

HSL color Cylindrical-coordinate representation of color #77DAB5: hue angle of 157.58º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77DAB5 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 218 181 -
CMYK 0.45 0 0.17 0.15
HSL 157.58º 0.57% 0.66% -
HSV(B) 157.58º 0.45% 0.85% -
XYZ 41.02 57.4 52.63 -
YUV 184.18 126.2 81.51 -
System Red Green Blue C M Y K H S L
Decimal 119 218 181 0.45 0 0.17 0.15 157.58 0.57 0.66
Hex 77 DA B5 2D 0 11 F 9E 39 42
Octal 167 332 265 55 0 21 17 236 71 102
Binary 1110111 11011010 10110101 101101 0 10001 1111 10011110 111001 1000010

Color Harmonies of #77DAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DAB5

Black with #77DAB5

Text Example


Text Example

White with #77DAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,218,181); }

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

background-color css

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

 a { background-color: rgb(119,218,181); }

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

border-color css

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

 span { border-color: rgb(119,218,181); }

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