#ABFDC8

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

Shades of Magic Mint #ABFDC8

Tints of Magic Mint #ABFDC8

Color information

#ABFDC8 (or 0xABFDC8) is unknown color: approx Magic Mint. HEX triplet: AB, FD and C8. RGB value is (171,253,200). Sum of RGB (Red+Green+Blue) = 171+253+200=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDC8 is #540237. Grayscale: #DEDEDE. Windows color (decimal): -5505592 or 13172139. OLE color: 13172139.

HSL color Cylindrical-coordinate representation of color #ABFDC8: hue angle of 141.22º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDC8 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB171253200-
CMYK0.3200.210.01
HSL141.22º95.35%83.14%-
HSV(B)141.22º32.41%99.22%-
XYZ62.3583.0867.39-
YUV222.44115.3391.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.40%
GREEN value IS 253 (99.22% from 255) = 40.54%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=27.40%
G=40.54%
B=32.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712532000.3200.210.01141.2295.3583.14
HexABFDC82001518d5f53
Octal253375310400251215137123
Binary10101011111111011100100010000001010111000110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFDC8; }

 p { color: rgb(171,253,200); }

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

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

 a { background-color: rgb(171,253,200); }

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

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

 span { border-color: rgb(171,253,200); }

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