Html Css Color HEX #77EABD Downy

📋 copy color: '#77EABD'

red 119 ◦ green 234 ◦ blue 189

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

Shades of Downy #77EABD

Tints of Downy #77EABD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.17%

 BLUE value IS 189 (74.22% from 255) = 34.87%

R = 21.96%
G = 43.17%
B = 34.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#77EABD (or 0x77EABD) is known color: Downy. HEX triplet: 77, EA and BD. RGB value is (119,234,189). Sum of RGB (Red+Green+Blue) = 119+234+189=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #77EABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EABD is #881542. Grayscale: #C2C2C2. Windows color (decimal): -8918339 or 12446327. OLE color: 12446327.

HSL color Cylindrical-coordinate representation of color #77EABD: hue angle of 156.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EABD is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 234 189 -
CMYK 0.49 0 0.19 0.08
HSL 156.52º 0.73% 0.69% -
HSV(B) 156.52º 0.49% 0.92% -
XYZ 46.22 66.44 58.53 -
YUV 194.49 124.9 74.16 -
System Red Green Blue C M Y K H S L
Decimal 119 234 189 0.49 0 0.19 0.08 156.52 0.73 0.69
Hex 77 EA BD 31 0 13 8 9D 49 45
Octal 167 352 275 61 0 23 10 235 111 105
Binary 1110111 11101010 10111101 110001 0 10011 1000 10011101 1001001 1000101

Color Harmonies of #77EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EABD

Black with #77EABD

Text Example


Text Example

White with #77EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,234,189); }

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

background-color css

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

 a { background-color: rgb(119,234,189); }

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

border-color css

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

 span { border-color: rgb(119,234,189); }

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