#ABF2C7

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

Shades of Magic Mint #ABF2C7

Tints of Magic Mint #ABF2C7

Color information

#ABF2C7 (or 0xABF2C7) is unknown color: approx Magic Mint. HEX triplet: AB, F2 and C7. RGB value is (171,242,199). Sum of RGB (Red+Green+Blue) = 171+242+199=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2C7 is #540D38. Grayscale: #D7D7D7. Windows color (decimal): -5508409 or 13103787. OLE color: 13103787.

HSL color Cylindrical-coordinate representation of color #ABF2C7: hue angle of 143.66º degrees, saturation: 0.73, 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 #ABF2C7 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB171242199-
CMYK0.2900.180.05
HSL143.66º73.2%80.98%-
HSV(B)143.66º29.34%94.9%-
XYZ58.8676.2965.66-
YUV215.87118.4896-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.94%
GREEN value IS 242 (94.92% from 255) = 39.54%
BLUE value IS 199 (78.12% from 255) = 32.52%
R=27.94%
G=39.54%
B=32.52%

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
Decimal1712421990.2900.180.05143.6673.280.98
HexABF2C71D0125904951
Octal253362307350225220111121
Binary101010111111001011000111111010100101011001000010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF2C7; }

 p { color: rgb(171,242,199); }

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

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

 a { background-color: rgb(171,242,199); }

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

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

 span { border-color: rgb(171,242,199); }

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