#A0FBDF

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

Shades of Magic Mint #A0FBDF

Tints of Magic Mint #A0FBDF

Color information

#A0FBDF (or 0xA0FBDF) is unknown color: approx Magic Mint. HEX triplet: A0, FB and DF. RGB value is (160,251,223). Sum of RGB (Red+Green+Blue) = 160+251+223=634 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.24% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBDF is #5F0420. Grayscale: #DCDCDC. Windows color (decimal): -6226977 or 14678944. OLE color: 14678944.

HSL color Cylindrical-coordinate representation of color #A0FBDF: hue angle of 161.54º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FBDF is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB160251223-
CMYK0.3600.110.02
HSL161.54º91.92%80.59%-
HSV(B)161.54º36.25%98.43%-
XYZ62.3181.882.32-
YUV220.6129.3584.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.24%
GREEN value IS 251 (98.44% from 255) = 39.59%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=25.24%
G=39.59%
B=35.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602512230.3600.110.02161.5491.9280.59
HexA0FBDF240B2a25c51
Octal240373337440132242134121
Binary10100000111110111101111110010001011101010001010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBDF; }

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

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

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

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

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

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

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

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