#ABFCCA

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

Shades of Magic Mint #ABFCCA

Tints of Magic Mint #ABFCCA

Color information

#ABFCCA (or 0xABFCCA) is unknown color: approx Magic Mint. HEX triplet: AB, FC and CA. RGB value is (171,252,202). Sum of RGB (Red+Green+Blue) = 171+252+202=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCCA is #540335. Grayscale: #DEDEDE. Windows color (decimal): -5505846 or 13302955. OLE color: 13302955.

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

Color convert

RGB171252202-
CMYK0.3200.200.01
HSL142.96º93.1%82.94%-
HSV(B)142.96º32.14%98.82%-
XYZ62.2782.5468.53-
YUV222.08116.6691.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.36%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=27.36%
G=40.32%
B=32.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712522020.3200.200.01142.9693.182.94
HexABFCCA2001418f5d53
Octal253374312400241217135123
Binary10101011111111001100101010000001010011000111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCCA; }

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

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

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

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

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

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

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

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