#A0F3C1

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

Shades of Magic Mint #A0F3C1

Tints of Magic Mint #A0F3C1

Color information

#A0F3C1 (or 0xA0F3C1) is unknown color: approx Magic Mint. HEX triplet: A0, F3 and C1. RGB value is (160,243,193). Sum of RGB (Red+Green+Blue) = 160+243+193=596 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.85% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3C1 is #5F0C3E. Grayscale: #D4D4D4. Windows color (decimal): -6229055 or 12710816. OLE color: 12710816.

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

Color convert

RGB160243193-
CMYK0.3400.210.05
HSL143.86º77.57%79.02%-
HSV(B)143.86º34.16%95.29%-
XYZ56.1775.4362.05-
YUV212.4811790.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.85%
GREEN value IS 243 (95.31% from 255) = 40.77%
BLUE value IS 193 (75.78% from 255) = 32.38%
R=26.85%
G=40.77%
B=32.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602431930.3400.210.05143.8677.5779.02
HexA0F3C1220155904e4f
Octal240363301420255220116117
Binary1010000011110011110000011000100101011011001000010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F3C1; }

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

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

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

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

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

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

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

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