#4ED0A3

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

Shades of Medium Aquamarine #4ED0A3

Tints of Medium Aquamarine #4ED0A3

Color information

#4ED0A3 (or 0x4ED0A3) is unknown color: approx Medium Aquamarine. HEX triplet: 4E, D0 and A3. RGB value is (78,208,163). Sum of RGB (Red+Green+Blue) = 78+208+163=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED0A3 is #B12F5C. Grayscale: #A4A4A4. Windows color (decimal): -11611997 or 10735694. OLE color: 10735694.

HSL color Cylindrical-coordinate representation of color #4ED0A3: hue angle of 159.23º 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 #4ED0A3 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB78208163-
CMYK0.6200.220.18
HSL159.23º58.04%56.08%-
HSV(B)159.23º62.5%81.57%-
XYZ32.3149.3842.48-
YUV164127.4366.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.37%
GREEN value IS 208 (81.64% from 255) = 46.33%
BLUE value IS 163 (64.06% from 255) = 36.30%
R=17.37%
G=46.33%
B=36.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal782081630.6200.220.18159.2358.0456.08
Hex4ED0A33E016129f3a38
Octal11632024376026222377270
Binary100111011010000101000111111100101101001010011111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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