#ABF1DA

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

Shades of Magic Mint #ABF1DA

Tints of Magic Mint #ABF1DA

Color information

#ABF1DA (or 0xABF1DA) is unknown color: approx Magic Mint. HEX triplet: AB, F1 and DA. RGB value is (171,241,218). Sum of RGB (Red+Green+Blue) = 171+241+218=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1DA is #540E25. Grayscale: #D9D9D9. Windows color (decimal): -5508646 or 14348715. OLE color: 14348715.

HSL color Cylindrical-coordinate representation of color #ABF1DA: hue angle of 160.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF1DA is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB171241218-
CMYK0.2900.100.05
HSL160.29º71.43%80.78%-
HSV(B)160.29º29.05%94.51%-
XYZ60.976.6377.91-
YUV217.45128.3194.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.14%
GREEN value IS 241 (94.53% from 255) = 38.25%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=27.14%
G=38.25%
B=34.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712412180.2900.100.05160.2971.4380.78
HexABF1DA1D0A5a04751
Octal253361332350125240107121
Binary10101011111100011101101011101010101011010000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1DA; }

 p { color: rgb(171,241,218); }

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

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

 a { background-color: rgb(171,241,218); }

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

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

 span { border-color: rgb(171,241,218); }

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