#ABEAD2

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

Shades of Magic Mint #ABEAD2

Tints of Magic Mint #ABEAD2

Color information

#ABEAD2 (or 0xABEAD2) is unknown color: approx Magic Mint. HEX triplet: AB, EA and D2. RGB value is (171,234,210). Sum of RGB (Red+Green+Blue) = 171+234+210=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAD2 is #54152D. Grayscale: #D4D4D4. Windows color (decimal): -5510446 or 13822635. OLE color: 13822635.

HSL color Cylindrical-coordinate representation of color #ABEAD2: hue angle of 157.14º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEAD2 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB171234210-
CMYK0.2700.100.08
HSL157.14º60%79.41%-
HSV(B)157.14º26.92%91.76%-
XYZ57.8572.1671.85-
YUV212.43126.6398.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.80%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 210 (82.42% from 255) = 34.15%
R=27.80%
G=38.05%
B=34.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712342100.2700.100.08157.146079.41
HexABEAD21B0A89d3c4f
Octal253352322330121023574117
Binary10101011111010101101001011011010101000100111011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEAD2; }

 p { color: rgb(171,234,210); }

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

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

 a { background-color: rgb(171,234,210); }

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

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

 span { border-color: rgb(171,234,210); }

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