Html Css Color HEX #76C2A2 Medium Aquamarine

📋 copy color: '#76C2A2'

red 118 ◦ green 194 ◦ blue 162

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

Shades of Medium Aquamarine #76C2A2

Tints of Medium Aquamarine #76C2A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.18%

R = 24.89%
G = 40.93%
B = 34.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#76C2A2 (or 0x76C2A2) is known color: Medium Aquamarine. HEX triplet: 76, C2 and A2. RGB value is (118,194,162). Sum of RGB (Red+Green+Blue) = 118+194+162=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #76C2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C2A2 is #893D5D. Grayscale: #A7A7A7. Windows color (decimal): -8994142 or 10666614. OLE color: 10666614.

HSL color Cylindrical-coordinate representation of color #76C2A2: hue angle of 154.74º 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 #76C2A2 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 194 162 -
CMYK 0.39 0 0.16 0.24
HSL 154.74º 0.38% 0.61% -
HSV(B) 154.74º 0.39% 0.76% -
XYZ 33.28 45.04 41.12 -
YUV 167.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 118 194 162 0.39 0 0.16 0.24 154.74 0.38 0.61
Hex 76 C2 A2 27 0 10 18 9B 26 3D
Octal 166 302 242 47 0 20 30 233 46 75
Binary 1110110 11000010 10100010 100111 0 10000 11000 10011011 100110 111101

Color Harmonies of #76C2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C2A2

Black with #76C2A2

Text Example


Text Example

White with #76C2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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