#ABF2CA

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

Shades of Magic Mint #ABF2CA

Tints of Magic Mint #ABF2CA

Color information

#ABF2CA (or 0xABF2CA) is unknown color: approx Magic Mint. HEX triplet: AB, F2 and CA. RGB value is (171,242,202). Sum of RGB (Red+Green+Blue) = 171+242+202=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2CA is #540D35. Grayscale: #D8D8D8. Windows color (decimal): -5508406 or 13300395. OLE color: 13300395.

HSL color Cylindrical-coordinate representation of color #ABF2CA: hue angle of 146.2º degrees, saturation: 0.73, 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 #ABF2CA is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB171242202-
CMYK0.2900.170.05
HSL146.2º73.2%80.98%-
HSV(B)146.2º29.34%94.9%-
XYZ59.2176.4367.51-
YUV216.21119.9895.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.80%
GREEN value IS 242 (94.92% from 255) = 39.35%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=27.80%
G=39.35%
B=32.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712422020.2900.170.05146.273.280.98
HexABF2CA1D0115924951
Octal253362312350215222111121
Binary101010111111001011001010111010100011011001001010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF2CA; }

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

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

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

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

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

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

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

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