Html Css Color HEX #76C2A1 Medium Aquamarine

📋 copy color: '#76C2A1'

red 118 ◦ green 194 ◦ blue 161

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

Shades of Medium Aquamarine #76C2A1

Tints of Medium Aquamarine #76C2A1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.01%

 BLUE value IS 161 (63.28% from 255) = 34.04%

R = 24.95%
G = 41.01%
B = 34.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#76C2A1 (or 0x76C2A1) is known color: Medium Aquamarine. HEX triplet: 76, C2 and A1. RGB value is (118,194,161). Sum of RGB (Red+Green+Blue) = 118+194+161=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #76C2A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C2A1 is #893D5E. Grayscale: #A7A7A7. Windows color (decimal): -8994143 or 10601078. OLE color: 10601078.

HSL color Cylindrical-coordinate representation of color #76C2A1: hue angle of 153.95º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C2A1 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 194 161 -
CMYK 0.39 0 0.17 0.24
HSL 153.95º 0.38% 0.61% -
HSV(B) 153.95º 0.39% 0.76% -
XYZ 33.2 45.01 40.66 -
YUV 167.51 124.32 92.68 -
System Red Green Blue C M Y K H S L
Decimal 118 194 161 0.39 0 0.17 0.24 153.95 0.38 0.61
Hex 76 C2 A1 27 0 11 18 9A 26 3D
Octal 166 302 241 47 0 21 30 232 46 75
Binary 1110110 11000010 10100001 100111 0 10001 11000 10011010 100110 111101

Color Harmonies of #76C2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C2A1

Black with #76C2A1

Text Example


Text Example

White with #76C2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,194,161); }

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

background-color css

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

 a { background-color: rgb(118,194,161); }

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

border-color css

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

 span { border-color: rgb(118,194,161); }

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