Html Css Color HEX #76CAA0 Medium Aquamarine

📋 copy color: '#76CAA0'

red 118 ◦ green 202 ◦ blue 160

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

Shades of Medium Aquamarine #76CAA0

Tints of Medium Aquamarine #76CAA0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

 BLUE value IS 160 (62.89% from 255) = 33.33%

R = 24.58%
G = 42.08%
B = 33.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#76CAA0 (or 0x76CAA0) is known color: Medium Aquamarine. HEX triplet: 76, CA and A0. RGB value is (118,202,160). Sum of RGB (Red+Green+Blue) = 118+202+160=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #76CAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CAA0 is #89355F. Grayscale: #ACACAC. Windows color (decimal): -8992096 or 10537590. OLE color: 10537590.

HSL color Cylindrical-coordinate representation of color #76CAA0: hue angle of 150º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CAA0 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 160 -
CMYK 0.42 0 0.21 0.21
HSL 150º 0.44% 0.63% -
HSV(B) 150º 0.42% 0.79% -
XYZ 34.94 48.63 40.8 -
YUV 172.1 121.17 89.42 -
System Red Green Blue C M Y K H S L
Decimal 118 202 160 0.42 0 0.21 0.21 150 0.44 0.63
Hex 76 CA A0 2A 0 15 15 96 2C 3F
Octal 166 312 240 52 0 25 25 226 54 77
Binary 1110110 11001010 10100000 101010 0 10101 10101 10010110 101100 111111

Color Harmonies of #76CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CAA0

Black with #76CAA0

Text Example


Text Example

White with #76CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,202,160); }

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

background-color css

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

 a { background-color: rgb(118,202,160); }

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

border-color css

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

 span { border-color: rgb(118,202,160); }

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