#ABE2C2

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

Shades of Magic Mint #ABE2C2

Tints of Magic Mint #ABE2C2

Color information

#ABE2C2 (or 0xABE2C2) is unknown color: approx Magic Mint. HEX triplet: AB, E2 and C2. RGB value is (171,226,194). Sum of RGB (Red+Green+Blue) = 171+226+194=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2C2 is #541D3D. Grayscale: #CDCDCD. Windows color (decimal): -5512510 or 12772011. OLE color: 12772011.

HSL color Cylindrical-coordinate representation of color #ABE2C2: hue angle of 145.09º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE2C2 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB171226194-
CMYK0.2400.140.11
HSL145.09º48.67%77.84%-
HSV(B)145.09º24.34%88.63%-
XYZ53.7366.9561.13-
YUV205.91121.28103.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 226 (88.67% from 255) = 38.24%
BLUE value IS 194 (76.17% from 255) = 32.83%
R=28.93%
G=38.24%
B=32.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712261940.2400.140.11145.0948.6777.84
HexABE2C2180EB91314e
Octal253342302300161322161116
Binary10101011111000101100001011000011101011100100011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2C2; }

 p { color: rgb(171,226,194); }

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

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

 a { background-color: rgb(171,226,194); }

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

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

 span { border-color: rgb(171,226,194); }

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