#A0FBBB

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

Shades of Magic Mint #A0FBBB

Tints of Magic Mint #A0FBBB

Color information

#A0FBBB (or 0xA0FBBB) is unknown color: approx Magic Mint. HEX triplet: A0, FB and BB. RGB value is (160,251,187). Sum of RGB (Red+Green+Blue) = 160+251+187=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBBB is #5F0444. Grayscale: #D8D8D8. Windows color (decimal): -6227013 or 12319648. OLE color: 12319648.

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

Color convert

RGB160251187-
CMYK0.3600.250.02
HSL137.8º91.92%80.59%-
HSV(B)137.8º36.25%98.43%-
XYZ57.9680.0659.41-
YUV216.5111.3587.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.76%
GREEN value IS 251 (98.44% from 255) = 41.97%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=26.76%
G=41.97%
B=31.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602511870.3600.250.02137.891.9280.59
HexA0FBBB2401928a5c51
Octal240373273440312212134121
Binary101000001111101110111011100100011001101000101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBBB; }

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

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

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

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

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

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

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

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