#A0FBD0

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

Shades of Magic Mint #A0FBD0

Tints of Magic Mint #A0FBD0

Color information

#A0FBD0 (or 0xA0FBD0) is unknown color: approx Magic Mint. HEX triplet: A0, FB and D0. RGB value is (160,251,208). Sum of RGB (Red+Green+Blue) = 160+251+208=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBD0 is #5F042F. Grayscale: #DADADA. Windows color (decimal): -6226992 or 13695904. OLE color: 13695904.

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

Color convert

RGB160251208-
CMYK0.3600.170.02
HSL151.65º91.92%80.59%-
HSV(B)151.65º36.25%98.43%-
XYZ60.3881.0272.13-
YUV218.89121.8586-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.85%
GREEN value IS 251 (98.44% from 255) = 40.55%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=25.85%
G=40.55%
B=33.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602512080.3600.170.02151.6591.9280.59
HexA0FBD0240112985c51
Octal240373320440212230134121
Binary101000001111101111010000100100010001101001100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBD0; }

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

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

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

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

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

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

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

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