#A0ECBF

Color #A0ECBF Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A0ECBF

Tints of Magic Mint #A0ECBF

Color information

#A0ECBF (or 0xA0ECBF) is unknown color: approx Magic Mint. HEX triplet: A0, EC and BF. RGB value is (160,236,191). Sum of RGB (Red+Green+Blue) = 160+236+191=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECBF is #5F1340. Grayscale: #D0D0D0. Windows color (decimal): -6230849 or 12577952. OLE color: 12577952.

HSL color Cylindrical-coordinate representation of color #A0ECBF: hue angle of 144.47º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ECBF is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB160236191-
CMYK0.3200.190.07
HSL144.47º66.67%77.65%-
HSV(B)144.47º32.2%92.55%-
XYZ53.971.2360.2-
YUV208.15118.3293.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.26%
GREEN value IS 236 (92.58% from 255) = 40.20%
BLUE value IS 191 (75% from 255) = 32.54%
R=27.26%
G=40.20%
B=32.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602361910.3200.190.07144.4766.6777.65
HexA0ECBF20013790434e
Octal240354277400237220103116
Binary1010000011101100101111111000000100111111001000010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECBF; }

 p { color: rgb(160,236,191); }

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

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

 a { background-color: rgb(160,236,191); }

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

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

 span { border-color: rgb(160,236,191); }

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