#A0F3C0

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

Shades of Magic Mint #A0F3C0

Tints of Magic Mint #A0F3C0

Color information

#A0F3C0 (or 0xA0F3C0) is unknown color: approx Magic Mint. HEX triplet: A0, F3 and C0. RGB value is (160,243,192). Sum of RGB (Red+Green+Blue) = 160+243+192=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3C0 is #5F0C3F. Grayscale: #D4D4D4. Windows color (decimal): -6229056 or 12645280. OLE color: 12645280.

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

Color convert

RGB160243192-
CMYK0.3400.210.05
HSL143.13º77.57%79.02%-
HSV(B)143.13º34.16%95.29%-
XYZ56.0675.3861.46-
YUV212.37116.590.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.89%
GREEN value IS 243 (95.31% from 255) = 40.84%
BLUE value IS 192 (75.39% from 255) = 32.27%
R=26.89%
G=40.84%
B=32.27%

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
Decimal1602431920.3400.210.05143.1377.5779.02
HexA0F3C02201558f4e4f
Octal240363300420255217116117
Binary1010000011110011110000001000100101011011000111110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F3C0; }

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

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

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

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

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

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

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

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