Html Css Color HEX #76DCA2 Medium Aquamarine

📋 copy color: '#76DCA2'

red 118 ◦ green 220 ◦ blue 162

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

Shades of Medium Aquamarine #76DCA2

Tints of Medium Aquamarine #76DCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

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

R = 23.6%
G = 44%
B = 32.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#76DCA2 (or 0x76DCA2) is known color: Medium Aquamarine. HEX triplet: 76, DC and A2. RGB value is (118,220,162). Sum of RGB (Red+Green+Blue) = 118+220+162=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DCA2 is #89235D. Grayscale: #B7B7B7. Windows color (decimal): -8987486 or 10673270. OLE color: 10673270.

HSL color Cylindrical-coordinate representation of color #76DCA2: hue angle of 145.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DCA2 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 220 162 -
CMYK 0.46 0 0.26 0.14
HSL 145.88º 0.59% 0.66% -
HSV(B) 145.88º 0.46% 0.86% -
XYZ 39.59 57.65 43.22 -
YUV 182.89 116.21 81.72 -
System Red Green Blue C M Y K H S L
Decimal 118 220 162 0.46 0 0.26 0.14 145.88 0.59 0.66
Hex 76 DC A2 2E 0 1A E 92 3B 42
Octal 166 334 242 56 0 32 16 222 73 102
Binary 1110110 11011100 10100010 101110 0 11010 1110 10010010 111011 1000010

Color Harmonies of #76DCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCA2

Black with #76DCA2

Text Example


Text Example

White with #76DCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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