#4CD3A8

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

Shades of Medium Aquamarine #4CD3A8

Tints of Medium Aquamarine #4CD3A8

Color information

#4CD3A8 (or 0x4CD3A8) is unknown color: approx Medium Aquamarine. HEX triplet: 4C, D3 and A8. RGB value is (76,211,168). Sum of RGB (Red+Green+Blue) = 76+211+168=455 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.70% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #4CD3A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CD3A8 is #B32C57. Grayscale: #A5A5A5. Windows color (decimal): -11742296 or 11064140. OLE color: 11064140.

HSL color Cylindrical-coordinate representation of color #4CD3A8: hue angle of 160.89º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD3A8 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB76211168-
CMYK0.6400.200.17
HSL160.89º60.54%56.27%-
HSV(B)160.89º63.98%82.75%-
XYZ33.3450.9545.12-
YUV165.73129.2764-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.70%
GREEN value IS 211 (82.81% from 255) = 46.37%
BLUE value IS 168 (66.02% from 255) = 36.92%
R=16.70%
G=46.37%
B=36.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal762111680.6400.200.17160.8960.5456.27
Hex4CD3A84001411a13d38
Octal114323250100024212417570
Binary1001100110100111010100010000000101001000110100001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,211,168); }

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

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

 a { background-color: rgb(76,211,168); }

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

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

 span { border-color: rgb(76,211,168); }

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