#ABF8C5

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

Shades of Magic Mint #ABF8C5

Tints of Magic Mint #ABF8C5

Color information

#ABF8C5 (or 0xABF8C5) is unknown color: approx Magic Mint. HEX triplet: AB, F8 and C5. RGB value is (171,248,197). Sum of RGB (Red+Green+Blue) = 171+248+197=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF8C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF8C5 is #54073A. Grayscale: #DBDBDB. Windows color (decimal): -5506875 or 12974251. OLE color: 12974251.

HSL color Cylindrical-coordinate representation of color #ABF8C5: hue angle of 140.26º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF8C5 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB171248197-
CMYK0.3100.210.03
HSL140.26º84.62%82.16%-
HSV(B)140.26º31.05%97.25%-
XYZ60.4479.8265.05-
YUV219.16115.4993.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.76%
GREEN value IS 248 (97.27% from 255) = 40.26%
BLUE value IS 197 (77.34% from 255) = 31.98%
R=27.76%
G=40.26%
B=31.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712481970.3100.210.03140.2684.6282.16
HexABF8C51F01538c5552
Octal253370305370253214125122
Binary10101011111110001100010111111010101111000110010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF8C5; }

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

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

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

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

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

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

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

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