#4ED0A6

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

Shades of Medium Aquamarine #4ED0A6

Tints of Medium Aquamarine #4ED0A6

Color information

#4ED0A6 (or 0x4ED0A6) is unknown color: approx Medium Aquamarine. HEX triplet: 4E, D0 and A6. RGB value is (78,208,166). Sum of RGB (Red+Green+Blue) = 78+208+166=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED0A6 is #B12F59. Grayscale: #A4A4A4. Windows color (decimal): -11611994 or 10932302. OLE color: 10932302.

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

Color convert

RGB78208166-
CMYK0.6200.200.18
HSL160.62º58.04%56.08%-
HSV(B)160.62º62.5%81.57%-
XYZ32.5849.4843.91-
YUV164.34128.9366.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.26%
GREEN value IS 208 (81.64% from 255) = 46.02%
BLUE value IS 166 (65.23% from 255) = 36.73%
R=17.26%
G=46.02%
B=36.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal782081660.6200.200.18160.6258.0456.08
Hex4ED0A63E01412a13a38
Octal11632024676024222417270
Binary100111011010000101001101111100101001001010100001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,208,166); }

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

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

 a { background-color: rgb(78,208,166); }

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

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

 span { border-color: rgb(78,208,166); }

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