#ABFCD7

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

Shades of Magic Mint #ABFCD7

Tints of Magic Mint #ABFCD7

Color information

#ABFCD7 (or 0xABFCD7) is unknown color: approx Magic Mint. HEX triplet: AB, FC and D7. RGB value is (171,252,215). Sum of RGB (Red+Green+Blue) = 171+252+215=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCD7 is #540328. Grayscale: #DFDFDF. Windows color (decimal): -5505833 or 14154923. OLE color: 14154923.

HSL color Cylindrical-coordinate representation of color #ABFCD7: hue angle of 152.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFCD7 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB171252215-
CMYK0.3200.150.01
HSL152.59º93.1%82.94%-
HSV(B)152.59º32.14%98.82%-
XYZ63.8783.1976.98-
YUV223.56123.1690.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.80%
GREEN value IS 252 (98.83% from 255) = 39.50%
BLUE value IS 215 (84.38% from 255) = 33.70%
R=26.80%
G=39.50%
B=33.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712522150.3200.150.01152.5993.182.94
HexABFCD7200F1995d53
Octal253374327400171231135123
Binary1010101111111100110101111000000111111001100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCD7; }

 p { color: rgb(171,252,215); }

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

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

 a { background-color: rgb(171,252,215); }

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

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

 span { border-color: rgb(171,252,215); }

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