Html Css Color HEX #76D2AE Medium Aquamarine

📋 copy color: '#76D2AE'

red 118 ◦ green 210 ◦ blue 174

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

Shades of Medium Aquamarine #76D2AE

Tints of Medium Aquamarine #76D2AE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.83%

 BLUE value IS 174 (68.36% from 255) = 34.66%

R = 23.51%
G = 41.83%
B = 34.66%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#76D2AE (or 0x76D2AE) is known color: Medium Aquamarine. HEX triplet: 76, D2 and AE. RGB value is (118,210,174). Sum of RGB (Red+Green+Blue) = 118+210+174=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #76D2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D2AE is #892D51. Grayscale: #B2B2B2. Windows color (decimal): -8990034 or 11457142. OLE color: 11457142.

HSL color Cylindrical-coordinate representation of color #76D2AE: hue angle of 156.52º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D2AE is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 210 174 -
CMYK 0.44 0 0.17 0.18
HSL 156.52º 0.51% 0.64% -
HSV(B) 156.52º 0.44% 0.82% -
XYZ 38.16 53 48.26 -
YUV 178.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 118 210 174 0.44 0 0.17 0.18 156.52 0.51 0.64
Hex 76 D2 AE 2C 0 11 12 9D 33 40
Octal 166 322 256 54 0 21 22 235 63 100
Binary 1110110 11010010 10101110 101100 0 10001 10010 10011101 110011 1000000

Color Harmonies of #76D2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D2AE

Black with #76D2AE

Text Example


Text Example

White with #76D2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,210,174); }

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

background-color css

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

 a { background-color: rgb(118,210,174); }

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

border-color css

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

 span { border-color: rgb(118,210,174); }

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