Html Css Color HEX #76E4A8 Medium Aquamarine

📋 copy color: '#76E4A8'

red 118 ◦ green 228 ◦ blue 168

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

Shades of Medium Aquamarine #76E4A8

Tints of Medium Aquamarine #76E4A8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.36%

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

R = 22.96%
G = 44.36%
B = 32.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#76E4A8 (or 0x76E4A8) is known color: Medium Aquamarine. HEX triplet: 76, E4 and A8. RGB value is (118,228,168). Sum of RGB (Red+Green+Blue) = 118+228+168=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #76E4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E4A8 is #891B57. Grayscale: #BCBCBC. Windows color (decimal): -8985432 or 11068534. OLE color: 11068534.

HSL color Cylindrical-coordinate representation of color #76E4A8: hue angle of 147.27º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E4A8 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 228 168 -
CMYK 0.48 0 0.26 0.11
HSL 147.27º 0.67% 0.68% -
HSV(B) 147.27º 0.48% 0.89% -
XYZ 42.28 62.17 46.82 -
YUV 188.27 116.56 77.88 -
System Red Green Blue C M Y K H S L
Decimal 118 228 168 0.48 0 0.26 0.11 147.27 0.67 0.68
Hex 76 E4 A8 30 0 1A B 93 43 44
Octal 166 344 250 60 0 32 13 223 103 104
Binary 1110110 11100100 10101000 110000 0 11010 1011 10010011 1000011 1000100

Color Harmonies of #76E4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E4A8

Black with #76E4A8

Text Example


Text Example

White with #76E4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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