#A0EECB

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

Shades of Magic Mint #A0EECB

Tints of Magic Mint #A0EECB

Color information

#A0EECB (or 0xA0EECB) is unknown color: approx Magic Mint. HEX triplet: A0, EE and CB. RGB value is (160,238,203). Sum of RGB (Red+Green+Blue) = 160+238+203=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EECB is #5F1134. Grayscale: #D2D2D2. Windows color (decimal): -6230325 or 13364896. OLE color: 13364896.

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

Color convert

RGB160238203-
CMYK0.3300.150.07
HSL153.08º69.64%78.04%-
HSV(B)153.08º32.77%93.33%-
XYZ55.8572.9367.63-
YUV210.69123.6691.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.62%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=26.62%
G=39.60%
B=33.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602382030.3300.150.07153.0869.6478.04
HexA0EECB210F799464e
Octal240356313410177231106116
Binary101000001110111011001011100001011111111001100110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EECB; }

 p { color: rgb(160,238,203); }

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

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

 a { background-color: rgb(160,238,203); }

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

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

 span { border-color: rgb(160,238,203); }

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