Html Css Color HEX #76DC9E Medium Aquamarine

📋 copy color: '#76DC9E'

red 118 ◦ green 220 ◦ blue 158

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

Shades of Medium Aquamarine #76DC9E

Tints of Medium Aquamarine #76DC9E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.35%

 BLUE value IS 158 (62.11% from 255) = 31.85%

R = 23.79%
G = 44.35%
B = 31.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#76DC9E (or 0x76DC9E) is known color: Medium Aquamarine. HEX triplet: 76, DC and 9E. RGB value is (118,220,158). Sum of RGB (Red+Green+Blue) = 118+220+158=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DC9E is #892361. Grayscale: #B6B6B6. Windows color (decimal): -8987490 or 10411126. OLE color: 10411126.

HSL color Cylindrical-coordinate representation of color #76DC9E: hue angle of 143.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DC9E is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 220 158 -
CMYK 0.46 0 0.28 0.14
HSL 143.53º 0.59% 0.66% -
HSV(B) 143.53º 0.46% 0.86% -
XYZ 39.24 57.51 41.38 -
YUV 182.43 114.21 82.04 -
System Red Green Blue C M Y K H S L
Decimal 118 220 158 0.46 0 0.28 0.14 143.53 0.59 0.66
Hex 76 DC 9E 2E 0 1C E 90 3B 42
Octal 166 334 236 56 0 34 16 220 73 102
Binary 1110110 11011100 10011110 101110 0 11100 1110 10010000 111011 1000010

Color Harmonies of #76DC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DC9E

Black with #76DC9E

Text Example


Text Example

White with #76DC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,220,158); }

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

background-color css

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

 a { background-color: rgb(118,220,158); }

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

border-color css

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

 span { border-color: rgb(118,220,158); }

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