Html Css Color HEX #77EABF Downy

📋 copy color: '#77EABF'

red 119 ◦ green 234 ◦ blue 191

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

Shades of Downy #77EABF

Tints of Downy #77EABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.11%

R = 21.88%
G = 43.01%
B = 35.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#77EABF (or 0x77EABF) is known color: Downy. HEX triplet: 77, EA and BF. RGB value is (119,234,191). Sum of RGB (Red+Green+Blue) = 119+234+191=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #77EABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EABF is #881540. Grayscale: #C2C2C2. Windows color (decimal): -8918337 or 12577399. OLE color: 12577399.

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

Color convert

RGB 119 234 191 -
CMYK 0.49 0 0.18 0.08
HSL 157.57º 0.73% 0.69% -
HSV(B) 157.57º 0.49% 0.92% -
XYZ 46.43 66.53 59.68 -
YUV 194.71 125.9 74 -
System Red Green Blue C M Y K H S L
Decimal 119 234 191 0.49 0 0.18 0.08 157.57 0.73 0.69
Hex 77 EA BF 31 0 12 8 9E 49 45
Octal 167 352 277 61 0 22 10 236 111 105
Binary 1110111 11101010 10111111 110001 0 10010 1000 10011110 1001001 1000101

Color Harmonies of #77EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EABF

Black with #77EABF

Text Example


Text Example

White with #77EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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