Html Css Color HEX #76E0AE Medium Aquamarine

📋 copy color: '#76E0AE'

red 118 ◦ green 224 ◦ blue 174

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

Shades of Medium Aquamarine #76E0AE

Tints of Medium Aquamarine #76E0AE

RGB

 RED value IS 118 (46.48% from 255) = 22.87%

 GREEN value IS 224 (87.89% from 255) = 43.41%

 BLUE value IS 174 (68.36% from 255) = 33.72%

R = 22.87%
G = 43.41%
B = 33.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#76E0AE (or 0x76E0AE) is known color: Medium Aquamarine. HEX triplet: 76, E0 and AE. RGB value is (118,224,174). Sum of RGB (Red+Green+Blue) = 118+224+174=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #76E0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E0AE is #891F51. Grayscale: #BABABA. Windows color (decimal): -8986450 or 11460726. OLE color: 11460726.

HSL color Cylindrical-coordinate representation of color #76E0AE: hue angle of 151.7º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76E0AE is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 224 174 -
CMYK 0.47 0 0.22 0.12
HSL 151.7º 0.63% 0.67% -
HSV(B) 151.7º 0.47% 0.88% -
XYZ 41.77 60.22 49.47 -
YUV 186.61 120.88 79.07 -
System Red Green Blue C M Y K H S L
Decimal 118 224 174 0.47 0 0.22 0.12 151.7 0.63 0.67
Hex 76 E0 AE 2F 0 16 C 98 3F 43
Octal 166 340 256 57 0 26 14 230 77 103
Binary 1110110 11100000 10101110 101111 0 10110 1100 10011000 111111 1000011

Color Harmonies of #76E0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E0AE

Black with #76E0AE

Text Example


Text Example

White with #76E0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76E0AE; }

 p { color: rgb(118,224,174); }

 H1.HeaderClassName
 {
   color: #76E0AE;
 }
 .AnyTagClassName
 {
   color: #76E0AE;
 }
</style>

background-color css

<style>
 a { background-color: #76E0AE; }

 a { background-color: rgb(118,224,174); }

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

border-color css

<style>
 span { border-color: #76E0AE; }

 span { border-color: rgb(118,224,174); }

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