#ABF2C5

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

Shades of Magic Mint #ABF2C5

Tints of Magic Mint #ABF2C5

Color information

#ABF2C5 (or 0xABF2C5) is unknown color: approx Magic Mint. HEX triplet: AB, F2 and C5. RGB value is (171,242,197). Sum of RGB (Red+Green+Blue) = 171+242+197=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2C5 is #540D3A. Grayscale: #D7D7D7. Windows color (decimal): -5508411 or 12972715. OLE color: 12972715.

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

Color convert

RGB171242197-
CMYK0.2900.190.05
HSL141.97º73.2%80.98%-
HSV(B)141.97º29.34%94.9%-
XYZ58.6276.1964.44-
YUV215.64117.4896.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.03%
GREEN value IS 242 (94.92% from 255) = 39.67%
BLUE value IS 197 (77.34% from 255) = 32.30%
R=28.03%
G=39.67%
B=32.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712421970.2900.190.05141.9773.280.98
HexABF2C51D01358e4951
Octal253362305350235216111121
Binary101010111111001011000101111010100111011000111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF2C5; }

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

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

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

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

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

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

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

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