Html Css Color HEX #76E2B0 Medium Aquamarine

📋 copy color: '#76E2B0'

red 118 ◦ green 226 ◦ blue 176

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

Shades of Medium Aquamarine #76E2B0

Tints of Medium Aquamarine #76E2B0

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.46%

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 22.69%
G = 43.46%
B = 33.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#76E2B0 (or 0x76E2B0) is known color: Medium Aquamarine. HEX triplet: 76, E2 and B0. RGB value is (118,226,176). Sum of RGB (Red+Green+Blue) = 118+226+176=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #76E2B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E2B0 is #891D4F. Grayscale: #BCBCBC. Windows color (decimal): -8985936 or 11592310. OLE color: 11592310.

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

Color convert

RGB 118 226 176 -
CMYK 0.48 0 0.22 0.11
HSL 152.22º 0.65% 0.67% -
HSV(B) 152.22º 0.48% 0.89% -
XYZ 42.5 61.38 50.68 -
YUV 188.01 121.22 78.07 -
System Red Green Blue C M Y K H S L
Decimal 118 226 176 0.48 0 0.22 0.11 152.22 0.65 0.67
Hex 76 E2 B0 30 0 16 B 98 41 43
Octal 166 342 260 60 0 26 13 230 101 103
Binary 1110110 11100010 10110000 110000 0 10110 1011 10011000 1000001 1000011

Color Harmonies of #76E2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E2B0

Black with #76E2B0

Text Example


Text Example

White with #76E2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,226,176); }

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

background-color css

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

 a { background-color: rgb(118,226,176); }

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

border-color css

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

 span { border-color: rgb(118,226,176); }

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