#ABFAD6

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

Shades of Magic Mint #ABFAD6

Tints of Magic Mint #ABFAD6

Color information

#ABFAD6 (or 0xABFAD6) is unknown color: approx Magic Mint. HEX triplet: AB, FA and D6. RGB value is (171,250,214). Sum of RGB (Red+Green+Blue) = 171+250+214=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAD6 is #540529. Grayscale: #DEDEDE. Windows color (decimal): -5506346 or 14088875. OLE color: 14088875.

HSL color Cylindrical-coordinate representation of color #ABFAD6: hue angle of 152.66º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAD6 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB171250214-
CMYK0.3200.140.02
HSL152.66º88.76%82.55%-
HSV(B)152.66º31.6%98.04%-
XYZ63.1281.8876.1-
YUV222.27123.3391.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 214 (83.98% from 255) = 33.70%
R=26.93%
G=39.37%
B=33.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712502140.3200.140.02152.6688.7682.55
HexABFAD6200E2995953
Octal253372326400162231131123
Binary10101011111110101101011010000001110101001100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFAD6; }

 p { color: rgb(171,250,214); }

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

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

 a { background-color: rgb(171,250,214); }

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

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

 span { border-color: rgb(171,250,214); }

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