Html Css Color HEX #76D5AD Medium Aquamarine

📋 copy color: '#76D5AD'

red 118 ◦ green 213 ◦ blue 173

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

Shades of Medium Aquamarine #76D5AD

Tints of Medium Aquamarine #76D5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.26%

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

R = 23.41%
G = 42.26%
B = 34.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#76D5AD (or 0x76D5AD) is known color: Medium Aquamarine. HEX triplet: 76, D5 and AD. RGB value is (118,213,173). Sum of RGB (Red+Green+Blue) = 118+213+173=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #76D5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D5AD is #892A52. Grayscale: #B4B4B4. Windows color (decimal): -8989267 or 11392374. OLE color: 11392374.

HSL color Cylindrical-coordinate representation of color #76D5AD: hue angle of 154.74º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D5AD is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 213 173 -
CMYK 0.45 0 0.19 0.16
HSL 154.74º 0.53% 0.65% -
HSV(B) 154.74º 0.45% 0.84% -
XYZ 38.81 54.46 48 -
YUV 180.04 124.03 83.75 -
System Red Green Blue C M Y K H S L
Decimal 118 213 173 0.45 0 0.19 0.16 154.74 0.53 0.65
Hex 76 D5 AD 2D 0 13 10 9B 35 41
Octal 166 325 255 55 0 23 20 233 65 101
Binary 1110110 11010101 10101101 101101 0 10011 10000 10011011 110101 1000001

Color Harmonies of #76D5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D5AD

Black with #76D5AD

Text Example


Text Example

White with #76D5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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