#ABFCC8

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

Shades of Magic Mint #ABFCC8

Tints of Magic Mint #ABFCC8

Color information

#ABFCC8 (or 0xABFCC8) is unknown color: approx Magic Mint. HEX triplet: AB, FC and C8. RGB value is (171,252,200). Sum of RGB (Red+Green+Blue) = 171+252+200=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCC8 is #540337. Grayscale: #DDDDDD. Windows color (decimal): -5505848 or 13171883. OLE color: 13171883.

HSL color Cylindrical-coordinate representation of color #ABFCC8: hue angle of 141.48º degrees, saturation: 0.93, 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 #ABFCC8 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB171252200-
CMYK0.3200.210.01
HSL141.48º93.1%82.94%-
HSV(B)141.48º32.14%98.82%-
XYZ62.0382.4567.29-
YUV221.85115.6691.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.45%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 200 (78.52% from 255) = 32.10%
R=27.45%
G=40.45%
B=32.10%

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
Decimal1712522000.3200.210.01141.4893.182.94
HexABFCC82001518d5d53
Octal253374310400251215135123
Binary10101011111111001100100010000001010111000110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCC8; }

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

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

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

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

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

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

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

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