#A0F2C1

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

Shades of Magic Mint #A0F2C1

Tints of Magic Mint #A0F2C1

Color information

#A0F2C1 (or 0xA0F2C1) is unknown color: approx Magic Mint. HEX triplet: A0, F2 and C1. RGB value is (160,242,193). Sum of RGB (Red+Green+Blue) = 160+242+193=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2C1 is #5F0D3E. Grayscale: #D4D4D4. Windows color (decimal): -6229311 or 12710560. OLE color: 12710560.

HSL color Cylindrical-coordinate representation of color #A0F2C1: hue angle of 144.15º degrees, saturation: 0.76, 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 #A0F2C1 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB160242193-
CMYK0.3400.200.05
HSL144.15º75.93%78.82%-
HSV(B)144.15º33.88%94.9%-
XYZ55.8774.8361.95-
YUV211.9117.3390.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.89%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 193 (75.78% from 255) = 32.44%
R=26.89%
G=40.67%
B=32.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602421930.3400.200.05144.1575.9378.82
HexA0F2C1220145904c4f
Octal240362301420245220114117
Binary1010000011110010110000011000100101001011001000010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F2C1; }

 p { color: rgb(160,242,193); }

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

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

 a { background-color: rgb(160,242,193); }

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

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

 span { border-color: rgb(160,242,193); }

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