#4ED6AB

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

Shades of Medium Aquamarine #4ED6AB

Tints of Medium Aquamarine #4ED6AB

Color information

#4ED6AB (or 0x4ED6AB) is unknown color: approx Medium Aquamarine. HEX triplet: 4E, D6 and AB. RGB value is (78,214,171). Sum of RGB (Red+Green+Blue) = 78+214+171=463 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.85% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED6AB is #B12954. Grayscale: #A8A8A8. Windows color (decimal): -11610453 or 11261518. OLE color: 11261518.

HSL color Cylindrical-coordinate representation of color #4ED6AB: hue angle of 161.03º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED6AB is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB78214171-
CMYK0.6400.200.16
HSL161.03º62.39%57.25%-
HSV(B)161.03º63.55%83.92%-
XYZ34.5452.6546.87-
YUV168.43129.4463.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.85%
GREEN value IS 214 (83.98% from 255) = 46.22%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=16.85%
G=46.22%
B=36.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal782141710.6400.200.16161.0362.3957.25
Hex4ED6AB4001410a13e39
Octal116326253100024202417671
Binary1001110110101101010101110000000101001000010100001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,214,171); }

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

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

 a { background-color: rgb(78,214,171); }

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

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

 span { border-color: rgb(78,214,171); }

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