Html Css Color HEX #77ECAF Medium Aquamarine

📋 copy color: '#77ECAF'

red 119 ◦ green 236 ◦ blue 175

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

Shades of Medium Aquamarine #77ECAF

Tints of Medium Aquamarine #77ECAF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.53%

 BLUE value IS 175 (68.75% from 255) = 33.02%

R = 22.45%
G = 44.53%
B = 33.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#77ECAF (or 0x77ECAF) is known color: Medium Aquamarine. HEX triplet: 77, EC and AF. RGB value is (119,236,175). Sum of RGB (Red+Green+Blue) = 119+236+175=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77ECAF is #881350. Grayscale: #C2C2C2. Windows color (decimal): -8917841 or 11529335. OLE color: 11529335.

HSL color Cylindrical-coordinate representation of color #77ECAF: hue angle of 148.72º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77ECAF is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 236 175 -
CMYK 0.50 0 0.26 0.07
HSL 148.72º 0.75% 0.7% -
HSV(B) 148.72º 0.5% 0.93% -
XYZ 45.34 67.01 51.1 -
YUV 194.06 117.24 74.46 -
System Red Green Blue C M Y K H S L
Decimal 119 236 175 0.50 0 0.26 0.07 148.72 0.75 0.7
Hex 77 EC AF 32 0 1A 7 95 4B 46
Octal 167 354 257 62 0 32 7 225 113 106
Binary 1110111 11101100 10101111 110010 0 11010 111 10010101 1001011 1000110

Color Harmonies of #77ECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECAF

Black with #77ECAF

Text Example


Text Example

White with #77ECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,236,175); }

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

background-color css

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

 a { background-color: rgb(119,236,175); }

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

border-color css

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

 span { border-color: rgb(119,236,175); }

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