#ABFFDB

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

Shades of Magic Mint #ABFFDB

Tints of Magic Mint #ABFFDB

Color information

#ABFFDB (or 0xABFFDB) is unknown color: approx Magic Mint. HEX triplet: AB, FF and DB. RGB value is (171,255,219). Sum of RGB (Red+Green+Blue) = 171+255+219=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFDB is #540024. Grayscale: #E1E1E1. Windows color (decimal): -5505061 or 14417835. OLE color: 14417835.

HSL color Cylindrical-coordinate representation of color #ABFFDB: hue angle of 154.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFDB is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB171255219-
CMYK0.3300.140
HSL154.29º100%83.53%-
HSV(B)154.29º32.94%100%-
XYZ65.3485.2980.04-
YUV225.78124.1788.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.51%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=26.51%
G=39.53%
B=33.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712552190.3300.140154.2910083.53
HexABFFDB210E09a6454
Octal253377333410160232144124
Binary1010101111111111110110111000010111001001101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFFDB; }

 p { color: rgb(171,255,219); }

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

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

 a { background-color: rgb(171,255,219); }

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

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

 span { border-color: rgb(171,255,219); }

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