Html Css Color HEX #76D8AD Medium Aquamarine

📋 copy color: '#76D8AD'

red 118 ◦ green 216 ◦ blue 173

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

Shades of Medium Aquamarine #76D8AD

Tints of Medium Aquamarine #76D8AD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.6%

 BLUE value IS 173 (67.97% from 255) = 34.12%

R = 23.27%
G = 42.6%
B = 34.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#76D8AD (or 0x76D8AD) is known color: Medium Aquamarine. HEX triplet: 76, D8 and AD. RGB value is (118,216,173). Sum of RGB (Red+Green+Blue) = 118+216+173=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #76D8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D8AD is #892752. Grayscale: #B5B5B5. Windows color (decimal): -8988499 or 11393142. OLE color: 11393142.

HSL color Cylindrical-coordinate representation of color #76D8AD: hue angle of 153.67º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D8AD is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 216 173 -
CMYK 0.45 0 0.20 0.15
HSL 153.67º 0.56% 0.65% -
HSV(B) 153.67º 0.45% 0.85% -
XYZ 39.57 55.98 48.25 -
YUV 181.8 123.03 82.5 -
System Red Green Blue C M Y K H S L
Decimal 118 216 173 0.45 0 0.20 0.15 153.67 0.56 0.65
Hex 76 D8 AD 2D 0 14 F 9A 38 41
Octal 166 330 255 55 0 24 17 232 70 101
Binary 1110110 11011000 10101101 101101 0 10100 1111 10011010 111000 1000001

Color Harmonies of #76D8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D8AD

Black with #76D8AD

Text Example


Text Example

White with #76D8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,216,173); }

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

background-color css

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

 a { background-color: rgb(118,216,173); }

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

border-color css

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

 span { border-color: rgb(118,216,173); }

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