Html Css Color HEX #76D9A8 Medium Aquamarine

📋 copy color: '#76D9A8'

red 118 ◦ green 217 ◦ blue 168

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

Shades of Medium Aquamarine #76D9A8

Tints of Medium Aquamarine #76D9A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.4%

R = 23.46%
G = 43.14%
B = 33.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#76D9A8 (or 0x76D9A8) is known color: Medium Aquamarine. HEX triplet: 76, D9 and A8. RGB value is (118,217,168). Sum of RGB (Red+Green+Blue) = 118+217+168=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D9A8 is #892657. Grayscale: #B5B5B5. Windows color (decimal): -8988248 or 11065718. OLE color: 11065718.

HSL color Cylindrical-coordinate representation of color #76D9A8: hue angle of 150.3º 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 #76D9A8 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 217 168 -
CMYK 0.46 0 0.23 0.15
HSL 150.3º 0.57% 0.66% -
HSV(B) 150.3º 0.46% 0.85% -
XYZ 39.35 56.3 45.84 -
YUV 181.81 120.2 82.48 -
System Red Green Blue C M Y K H S L
Decimal 118 217 168 0.46 0 0.23 0.15 150.3 0.57 0.66
Hex 76 D9 A8 2E 0 17 F 96 39 42
Octal 166 331 250 56 0 27 17 226 71 102
Binary 1110110 11011001 10101000 101110 0 10111 1111 10010110 111001 1000010

Color Harmonies of #76D9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D9A8

Black with #76D9A8

Text Example


Text Example

White with #76D9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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