#A0F8DF

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

Shades of Magic Mint #A0F8DF

Tints of Magic Mint #A0F8DF

Color information

#A0F8DF (or 0xA0F8DF) is unknown color: approx Magic Mint. HEX triplet: A0, F8 and DF. RGB value is (160,248,223). Sum of RGB (Red+Green+Blue) = 160+248+223=631 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.36% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F8DF is #5F0720. Grayscale: #DADADA. Windows color (decimal): -6227745 or 14678176. OLE color: 14678176.

HSL color Cylindrical-coordinate representation of color #A0F8DF: hue angle of 162.95º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F8DF is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB160248223-
CMYK0.3500.100.03
HSL162.95º86.27%80%-
HSV(B)162.95º35.48%97.25%-
XYZ61.3879.9482.01-
YUV218.84130.3586.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.36%
GREEN value IS 248 (97.27% from 255) = 39.30%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=25.36%
G=39.30%
B=35.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602482230.3500.100.03162.9586.2780
HexA0F8DF230A3a35650
Octal240370337430123243126120
Binary10100000111110001101111110001101010111010001110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F8DF; }

 p { color: rgb(160,248,223); }

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

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

 a { background-color: rgb(160,248,223); }

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

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

 span { border-color: rgb(160,248,223); }

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