#ABE7CA

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

Shades of Magic Mint #ABE7CA

Tints of Magic Mint #ABE7CA

Color information

#ABE7CA (or 0xABE7CA) is unknown color: approx Magic Mint. HEX triplet: AB, E7 and CA. RGB value is (171,231,202). Sum of RGB (Red+Green+Blue) = 171+231+202=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #ABE7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE7CA is #541835. Grayscale: #D1D1D1. Windows color (decimal): -5511222 or 13297579. OLE color: 13297579.

HSL color Cylindrical-coordinate representation of color #ABE7CA: hue angle of 151º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE7CA is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB171231202-
CMYK0.2600.130.09
HSL151º55.56%78.82%-
HSV(B)151º25.97%90.59%-
XYZ56.0370.0766.45-
YUV209.75123.62100.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 231 (90.62% from 255) = 38.25%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=28.31%
G=38.25%
B=33.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712312020.2600.130.0915155.5678.82
HexABE7CA1A0D997384f
Octal253347312320151122770117
Binary10101011111001111100101011010011011001100101111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE7CA; }

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

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

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

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

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

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

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

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