Html Css Color HEX #76D9A0 Medium Aquamarine

📋 copy color: '#76D9A0'

red 118 ◦ green 217 ◦ blue 160

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

Shades of Medium Aquamarine #76D9A0

Tints of Medium Aquamarine #76D9A0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.84%

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

R = 23.84%
G = 43.84%
B = 32.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#76D9A0 (or 0x76D9A0) is known color: Medium Aquamarine. HEX triplet: 76, D9 and A0. RGB value is (118,217,160). Sum of RGB (Red+Green+Blue) = 118+217+160=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D9A0 is #89265F. Grayscale: #B5B5B5. Windows color (decimal): -8988256 or 10541430. OLE color: 10541430.

HSL color Cylindrical-coordinate representation of color #76D9A0: hue angle of 145.45º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D9A0 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 217 160 -
CMYK 0.46 0 0.26 0.15
HSL 145.45º 0.57% 0.66% -
HSV(B) 145.45º 0.46% 0.85% -
XYZ 38.63 56.02 42.03 -
YUV 180.9 116.2 83.13 -
System Red Green Blue C M Y K H S L
Decimal 118 217 160 0.46 0 0.26 0.15 145.45 0.57 0.66
Hex 76 D9 A0 2E 0 1A F 91 39 42
Octal 166 331 240 56 0 32 17 221 71 102
Binary 1110110 11011001 10100000 101110 0 11010 1111 10010001 111001 1000010

Color Harmonies of #76D9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D9A0

Black with #76D9A0

Text Example


Text Example

White with #76D9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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