#ABFFCD

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

Shades of Magic Mint #ABFFCD

Tints of Magic Mint #ABFFCD

Color information

#ABFFCD (or 0xABFFCD) is unknown color: approx Magic Mint. HEX triplet: AB, FF and CD. RGB value is (171,255,205). Sum of RGB (Red+Green+Blue) = 171+255+205=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFCD is #540032. Grayscale: #E0E0E0. Windows color (decimal): -5505075 or 13500331. OLE color: 13500331.

HSL color Cylindrical-coordinate representation of color #ABFFCD: hue angle of 144.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFCD is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB171255205-
CMYK0.3300.200
HSL144.29º100%83.53%-
HSV(B)144.29º32.94%100%-
XYZ63.5784.5970.73-
YUV224.18117.1790.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.10%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=27.10%
G=40.41%
B=32.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712552050.3300.200144.2910083.53
HexABFFCD210140906454
Octal253377315410240220144124
Binary10101011111111111100110110000101010001001000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFFCD; }

 p { color: rgb(171,255,205); }

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

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

 a { background-color: rgb(171,255,205); }

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

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

 span { border-color: rgb(171,255,205); }

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