#A0FCCF

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

Shades of Magic Mint #A0FCCF

Tints of Magic Mint #A0FCCF

Color information

#A0FCCF (or 0xA0FCCF) is unknown color: approx Magic Mint. HEX triplet: A0, FC and CF. RGB value is (160,252,207). Sum of RGB (Red+Green+Blue) = 160+252+207=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCCF is #5F0330. Grayscale: #DBDBDB. Windows color (decimal): -6226737 or 13630624. OLE color: 13630624.

HSL color Cylindrical-coordinate representation of color #A0FCCF: hue angle of 150.65º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCCF is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB160252207-
CMYK0.3700.180.01
HSL150.65º93.88%80.78%-
HSV(B)150.65º36.51%98.82%-
XYZ60.5781.671.59-
YUV219.36121.0285.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.85%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=25.85%
G=40.71%
B=33.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602522070.3700.180.01150.6593.8880.78
HexA0FCCF250121975e51
Octal240374317450221227136121
Binary10100000111111001100111110010101001011001011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCCF; }

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

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

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

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

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

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

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

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