Html Css Color HEX #76DCA7 Medium Aquamarine

📋 copy color: '#76DCA7'

red 118 ◦ green 220 ◦ blue 167

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

Shades of Medium Aquamarine #76DCA7

Tints of Medium Aquamarine #76DCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.07%

R = 23.37%
G = 43.56%
B = 33.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#76DCA7 (or 0x76DCA7) is known color: Medium Aquamarine. HEX triplet: 76, DC and A7. RGB value is (118,220,167). Sum of RGB (Red+Green+Blue) = 118+220+167=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DCA7 is #892358. Grayscale: #B7B7B7. Windows color (decimal): -8987481 or 11000950. OLE color: 11000950.

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

Color convert

RGB 118 220 167 -
CMYK 0.46 0 0.24 0.14
HSL 148.82º 0.59% 0.66% -
HSV(B) 148.82º 0.46% 0.86% -
XYZ 40.04 57.83 45.61 -
YUV 183.46 118.71 81.31 -
System Red Green Blue C M Y K H S L
Decimal 118 220 167 0.46 0 0.24 0.14 148.82 0.59 0.66
Hex 76 DC A7 2E 0 18 E 95 3B 42
Octal 166 334 247 56 0 30 16 225 73 102
Binary 1110110 11011100 10100111 101110 0 11000 1110 10010101 111011 1000010

Color Harmonies of #76DCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCA7

Black with #76DCA7

Text Example


Text Example

White with #76DCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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