Html Css Color HEX #76C9A0 Medium Aquamarine

📋 copy color: '#76C9A0'

red 118 ◦ green 201 ◦ blue 160

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

Shades of Medium Aquamarine #76C9A0

Tints of Medium Aquamarine #76C9A0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.96%

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 24.63%
G = 41.96%
B = 33.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#76C9A0 (or 0x76C9A0) is known color: Medium Aquamarine. HEX triplet: 76, C9 and A0. RGB value is (118,201,160). Sum of RGB (Red+Green+Blue) = 118+201+160=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #76C9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C9A0 is #89365F. Grayscale: #ABABAB. Windows color (decimal): -8992352 or 10537334. OLE color: 10537334.

HSL color Cylindrical-coordinate representation of color #76C9A0: hue angle of 150.36º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C9A0 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 201 160 -
CMYK 0.41 0 0.20 0.21
HSL 150.36º 0.43% 0.63% -
HSV(B) 150.36º 0.41% 0.79% -
XYZ 34.7 48.16 40.73 -
YUV 171.51 121.5 89.83 -
System Red Green Blue C M Y K H S L
Decimal 118 201 160 0.41 0 0.20 0.21 150.36 0.43 0.63
Hex 76 C9 A0 29 0 14 15 96 2B 3F
Octal 166 311 240 51 0 24 25 226 53 77
Binary 1110110 11001001 10100000 101001 0 10100 10101 10010110 101011 111111

Color Harmonies of #76C9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C9A0

Black with #76C9A0

Text Example


Text Example

White with #76C9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,201,160); }

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

background-color css

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

 a { background-color: rgb(118,201,160); }

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

border-color css

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

 span { border-color: rgb(118,201,160); }

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