#ABFCDC

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

Shades of Magic Mint #ABFCDC

Tints of Magic Mint #ABFCDC

Color information

#ABFCDC (or 0xABFCDC) is unknown color: approx Magic Mint. HEX triplet: AB, FC and DC. RGB value is (171,252,220). Sum of RGB (Red+Green+Blue) = 171+252+220=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCDC is #540323. Grayscale: #E0E0E0. Windows color (decimal): -5505828 or 14482603. OLE color: 14482603.

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

Color convert

RGB171252220-
CMYK0.3200.130.01
HSL156.3º93.1%82.94%-
HSV(B)156.3º32.14%98.82%-
XYZ64.5283.4580.42-
YUV224.13125.6690.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.59%
GREEN value IS 252 (98.83% from 255) = 39.19%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=26.59%
G=39.19%
B=34.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712522200.3200.130.01156.393.182.94
HexABFCDC200D19c5d53
Octal253374334400151234135123
Binary1010101111111100110111001000000110111001110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCDC; }

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

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

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

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

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

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

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

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