#ABE3CA

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

Shades of Magic Mint #ABE3CA

Tints of Magic Mint #ABE3CA

Color information

#ABE3CA (or 0xABE3CA) is unknown color: approx Magic Mint. HEX triplet: AB, E3 and CA. RGB value is (171,227,202). Sum of RGB (Red+Green+Blue) = 171+227+202=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE3CA is #541C35. Grayscale: #CFCFCF. Windows color (decimal): -5512246 or 13296555. OLE color: 13296555.

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

Color convert

RGB171227202-
CMYK0.2500.110.11
HSL153.21º50%78.04%-
HSV(B)153.21º24.67%89.02%-
XYZ54.9267.8666.08-
YUV207.41124.95102.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.5%
GREEN value IS 227 (89.06% from 255) = 37.83%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=28.5%
G=37.83%
B=33.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712272020.2500.110.11153.215078.04
HexABE3CA190BB99324e
Octal253343312310131323162116
Binary10101011111000111100101011001010111011100110011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE3CA; }

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

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

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

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

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

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

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

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