#A0FBDB

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

Shades of Magic Mint #A0FBDB

Tints of Magic Mint #A0FBDB

Color information

#A0FBDB (or 0xA0FBDB) is unknown color: approx Magic Mint. HEX triplet: A0, FB and DB. RGB value is (160,251,219). Sum of RGB (Red+Green+Blue) = 160+251+219=630 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.40% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBDB is #5F0424. Grayscale: #DCDCDC. Windows color (decimal): -6226981 or 14416800. OLE color: 14416800.

HSL color Cylindrical-coordinate representation of color #A0FBDB: hue angle of 158.9º 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 #A0FBDB is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB160251219-
CMYK0.3600.130.02
HSL158.9º91.92%80.59%-
HSV(B)158.9º36.25%98.43%-
XYZ61.7881.5879.51-
YUV220.14127.3585.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.40%
GREEN value IS 251 (98.44% from 255) = 39.84%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=25.40%
G=39.84%
B=34.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602512190.3600.130.02158.991.9280.59
HexA0FBDB240D29f5c51
Octal240373333440152237134121
Binary10100000111110111101101110010001101101001111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBDB; }

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

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

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

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

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

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

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

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