Html Css Color HEX #76DCAC Medium Aquamarine

📋 copy color: '#76DCAC'

red 118 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #76DCAC

Tints of Medium Aquamarine #76DCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.73%

R = 23.14%
G = 43.14%
B = 33.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#76DCAC (or 0x76DCAC) is known color: Medium Aquamarine. HEX triplet: 76, DC and AC. RGB value is (118,220,172). Sum of RGB (Red+Green+Blue) = 118+220+172=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DCAC is #892353. Grayscale: #B8B8B8. Windows color (decimal): -8987476 or 11328630. OLE color: 11328630.

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

Color convert

RGB 118 220 172 -
CMYK 0.46 0 0.22 0.14
HSL 151.76º 0.59% 0.66% -
HSV(B) 151.76º 0.46% 0.86% -
XYZ 40.51 58.02 48.09 -
YUV 184.03 121.21 80.9 -
System Red Green Blue C M Y K H S L
Decimal 118 220 172 0.46 0 0.22 0.14 151.76 0.59 0.66
Hex 76 DC AC 2E 0 16 E 98 3B 42
Octal 166 334 254 56 0 26 16 230 73 102
Binary 1110110 11011100 10101100 101110 0 10110 1110 10011000 111011 1000010

Color Harmonies of #76DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCAC

Black with #76DCAC

Text Example


Text Example

White with #76DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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