#ABE0C8

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

Shades of Magic Mint #ABE0C8

Tints of Magic Mint #ABE0C8

Color information

#ABE0C8 (or 0xABE0C8) is unknown color: approx Magic Mint. HEX triplet: AB, E0 and C8. RGB value is (171,224,200). Sum of RGB (Red+Green+Blue) = 171+224+200=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0C8 is #541F37. Grayscale: #CDCDCD. Windows color (decimal): -5513016 or 13164715. OLE color: 13164715.

HSL color Cylindrical-coordinate representation of color #ABE0C8: hue angle of 152.83º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0C8 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB171224200-
CMYK0.2400.110.12
HSL152.83º46.09%77.45%-
HSV(B)152.83º23.66%87.84%-
XYZ53.8866.1464.57-
YUV205.42124.94103.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 224 (87.89% from 255) = 37.65%
BLUE value IS 200 (78.52% from 255) = 33.61%
R=28.74%
G=37.65%
B=33.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712242000.2400.110.12152.8346.0977.45
HexABE0C8180BC992e4d
Octal253340310300131423156115
Binary10101011111000001100100011000010111100100110011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0C8; }

 p { color: rgb(171,224,200); }

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

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

 a { background-color: rgb(171,224,200); }

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

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

 span { border-color: rgb(171,224,200); }

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