#4ed6b4

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

Shades of Medium Aquamarine #4ED6B4

Tints of Medium Aquamarine #4ED6B4

Color information

#4ED6B4 (or 0x4ED6B4) is unknown color: approx Medium Aquamarine. HEX triplet: 4E, D6 and B4. RGB value is (78,214,180). Sum of RGB (Red+Green+Blue) = 78+214+180=472 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.53% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED6B4 is #B1294B. Grayscale: #A9A9A9. Windows color (decimal): -11610444 or 11851342. OLE color: 11851342.

HSL color Cylindrical-coordinate representation of color #4ED6B4: hue angle of 165º 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 #4ED6B4 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB78214180-
CMYK0.6400.160.16
HSL165º62.39%57.25%-
HSV(B)165º63.55%83.92%-
XYZ35.4353.0151.54-
YUV169.46133.9462.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.53%
GREEN value IS 214 (83.98% from 255) = 45.34%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=16.53%
G=45.34%
B=38.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal782141800.6400.160.1616562.3957.25
Hex4ED6B44001010a53e39
Octal116326264100020202457671
Binary1001110110101101011010010000000100001000010100101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ed6b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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