#A0E7CF

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

Shades of Magic Mint #A0E7CF

Tints of Magic Mint #A0E7CF

Color information

#A0E7CF (or 0xA0E7CF) is unknown color: approx Magic Mint. HEX triplet: A0, E7 and CF. RGB value is (160,231,207). Sum of RGB (Red+Green+Blue) = 160+231+207=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E7CF is #5F1830. Grayscale: #CFCFCF. Windows color (decimal): -6232113 or 13625248. OLE color: 13625248.

HSL color Cylindrical-coordinate representation of color #A0E7CF: hue angle of 159.72º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E7CF is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB160231207-
CMYK0.3100.100.09
HSL159.72º59.66%76.67%-
HSV(B)159.72º30.74%90.59%-
XYZ54.3469.1369.51-
YUV207.04127.9894.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.76%
GREEN value IS 231 (90.62% from 255) = 38.63%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=26.76%
G=38.63%
B=34.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602312070.3100.100.09159.7259.6676.67
HexA0E7CF1F0A9a03c4d
Octal240347317370121124074115
Binary10100000111001111100111111111010101001101000001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E7CF; }

 p { color: rgb(160,231,207); }

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

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

 a { background-color: rgb(160,231,207); }

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

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

 span { border-color: rgb(160,231,207); }

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