#ABF1C6

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

Shades of Magic Mint #ABF1C6

Tints of Magic Mint #ABF1C6

Color information

#ABF1C6 (or 0xABF1C6) is unknown color: approx Magic Mint. HEX triplet: AB, F1 and C6. RGB value is (171,241,198). Sum of RGB (Red+Green+Blue) = 171+241+198=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1C6 is #540E39. Grayscale: #D7D7D7. Windows color (decimal): -5508666 or 13037995. OLE color: 13037995.

HSL color Cylindrical-coordinate representation of color #ABF1C6: hue angle of 143.14º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF1C6 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB171241198-
CMYK0.2900.180.05
HSL143.14º71.43%80.78%-
HSV(B)143.14º29.05%94.51%-
XYZ58.4475.6564.95-
YUV215.17118.3196.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.03%
GREEN value IS 241 (94.53% from 255) = 39.51%
BLUE value IS 198 (77.73% from 255) = 32.46%
R=28.03%
G=39.51%
B=32.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712411980.2900.180.05143.1471.4380.78
HexABF1C61D01258f4751
Octal253361306350225217107121
Binary101010111111000111000110111010100101011000111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1C6; }

 p { color: rgb(171,241,198); }

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

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

 a { background-color: rgb(171,241,198); }

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

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

 span { border-color: rgb(171,241,198); }

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