#4CD1AA

Color #4CD1AA Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #4CD1AA

Tints of Medium Aquamarine #4CD1AA

Color information

#4CD1AA (or 0x4CD1AA) is unknown color: approx Medium Aquamarine. HEX triplet: 4C, D1 and AA. RGB value is (76,209,170). Sum of RGB (Red+Green+Blue) = 76+209+170=455 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.70% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #4CD1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CD1AA is #B32E55. Grayscale: #A4A4A4. Windows color (decimal): -11742806 or 11194700. OLE color: 11194700.

HSL color Cylindrical-coordinate representation of color #4CD1AA: hue angle of 162.41º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD1AA is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB76209170-
CMYK0.6400.190.18
HSL162.41º59.11%55.88%-
HSV(B)162.41º63.64%81.96%-
XYZ33.0450.0445.95-
YUV164.79130.9464.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.70%
GREEN value IS 209 (82.03% from 255) = 45.93%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=16.70%
G=45.93%
B=37.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal762091700.6400.190.18162.4159.1155.88
Hex4CD1AA4001312a23b38
Octal114321252100023222427370
Binary1001100110100011010101010000000100111001010100010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CD1AA; }

 p { color: rgb(76,209,170); }

 H1.HeaderClassName
 {
   color: #4CD1AA;
 }
 .AnyTagClassName
 {
   color: #4CD1AA;
 }
</style>
background-color css

<style>
 a { background-color: #4CD1AA; }

 a { background-color: rgb(76,209,170); }

 div.DivClassName
 {
   background-color: #4CD1AA;
 }
 .BgClassName
 {
   background-color: #4CD1AA;
 }
</style>
border-color css

<style>
 span { border-color: #4CD1AA; }

 span { border-color: rgb(76,209,170); }

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