#ABEAD4

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

Shades of Magic Mint #ABEAD4

Tints of Magic Mint #ABEAD4

Color information

#ABEAD4 (or 0xABEAD4) is unknown color: approx Magic Mint. HEX triplet: AB, EA and D4. RGB value is (171,234,212). Sum of RGB (Red+Green+Blue) = 171+234+212=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAD4 is #54152B. Grayscale: #D4D4D4. Windows color (decimal): -5510444 or 13953707. OLE color: 13953707.

HSL color Cylindrical-coordinate representation of color #ABEAD4: hue angle of 159.05º 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 #ABEAD4 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB171234212-
CMYK0.2700.090.08
HSL159.05º60%79.41%-
HSV(B)159.05º26.92%91.76%-
XYZ58.172.2673.17-
YUV212.66127.6398.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.71%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 212 (83.20% from 255) = 34.36%
R=27.71%
G=37.93%
B=34.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712342120.2700.090.08159.056079.41
HexABEAD41B0989f3c4f
Octal253352324330111023774117
Binary10101011111010101101010011011010011000100111111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEAD4; }

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

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

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

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

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

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

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

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