Html Css Color HEX #77EABA Downy

📋 copy color: '#77EABA'

red 119 ◦ green 234 ◦ blue 186

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

Shades of Downy #77EABA

Tints of Downy #77EABA

RGB

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

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

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

R = 22.08%
G = 43.41%
B = 34.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#77EABA (or 0x77EABA) is known color: Downy. HEX triplet: 77, EA and BA. RGB value is (119,234,186). Sum of RGB (Red+Green+Blue) = 119+234+186=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #77EABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EABA is #881545. Grayscale: #C2C2C2. Windows color (decimal): -8918342 or 12249719. OLE color: 12249719.

HSL color Cylindrical-coordinate representation of color #77EABA: hue angle of 154.96º 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 #77EABA is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 234 186 -
CMYK 0.49 0 0.21 0.08
HSL 154.96º 0.73% 0.69% -
HSV(B) 154.96º 0.49% 0.92% -
XYZ 45.89 66.31 56.84 -
YUV 194.14 123.4 74.4 -
System Red Green Blue C M Y K H S L
Decimal 119 234 186 0.49 0 0.21 0.08 154.96 0.73 0.69
Hex 77 EA BA 31 0 15 8 9B 49 45
Octal 167 352 272 61 0 25 10 233 111 105
Binary 1110111 11101010 10111010 110001 0 10101 1000 10011011 1001001 1000101

Color Harmonies of #77EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EABA

Black with #77EABA

Text Example


Text Example

White with #77EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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