#A0F1CE

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

Shades of Magic Mint #A0F1CE

Tints of Magic Mint #A0F1CE

Color information

#A0F1CE (or 0xA0F1CE) is unknown color: approx Magic Mint. HEX triplet: A0, F1 and CE. RGB value is (160,241,206). Sum of RGB (Red+Green+Blue) = 160+241+206=607 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.36% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F1CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F1CE is #5F0E31. Grayscale: #D4D4D4. Windows color (decimal): -6229554 or 13562272. OLE color: 13562272.

HSL color Cylindrical-coordinate representation of color #A0F1CE: hue angle of 154.07º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F1CE is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB160241206-
CMYK0.3400.150.05
HSL154.07º74.31%78.63%-
HSV(B)154.07º33.61%94.51%-
XYZ57.0974.8469.83-
YUV212.79124.1690.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.36%
GREEN value IS 241 (94.53% from 255) = 39.70%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=26.36%
G=39.70%
B=33.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602412060.3400.150.05154.0774.3178.63
HexA0F1CE220F59a4a4f
Octal240361316420175232112117
Binary101000001111000111001110100010011111011001101010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F1CE; }

 p { color: rgb(160,241,206); }

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

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

 a { background-color: rgb(160,241,206); }

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

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

 span { border-color: rgb(160,241,206); }

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