#ABE2CC

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

Shades of Magic Mint #ABE2CC

Tints of Magic Mint #ABE2CC

Color information

#ABE2CC (or 0xABE2CC) is unknown color: approx Magic Mint. HEX triplet: AB, E2 and CC. RGB value is (171,226,204). Sum of RGB (Red+Green+Blue) = 171+226+204=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2CC is #541D33. Grayscale: #CFCFCF. Windows color (decimal): -5512500 or 13427371. OLE color: 13427371.

HSL color Cylindrical-coordinate representation of color #ABE2CC: hue angle of 156º 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 #ABE2CC is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB171226204-
CMYK0.2400.100.11
HSL156º48.67%77.84%-
HSV(B)156º24.34%88.63%-
XYZ54.8967.4167.25-
YUV207.05126.28102.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 226 (88.67% from 255) = 37.60%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=28.45%
G=37.60%
B=33.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712262040.2400.100.1115648.6777.84
HexABE2CC180AB9c314e
Octal253342314300121323461116
Binary10101011111000101100110011000010101011100111001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2CC; }

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

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

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

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

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

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

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

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