#ABEFD8

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

Shades of Magic Mint #ABEFD8

Tints of Magic Mint #ABEFD8

Color information

#ABEFD8 (or 0xABEFD8) is unknown color: approx Magic Mint. HEX triplet: AB, EF and D8. RGB value is (171,239,216). Sum of RGB (Red+Green+Blue) = 171+239+216=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFD8 is #541027. Grayscale: #D8D8D8. Windows color (decimal): -5509160 or 14217131. OLE color: 14217131.

HSL color Cylindrical-coordinate representation of color #ABEFD8: hue angle of 159.71º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFD8 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB171239216-
CMYK0.2800.100.06
HSL159.71º68%80.39%-
HSV(B)159.71º28.45%93.73%-
XYZ60.0675.3576.34-
YUV216.05127.9795.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.32%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 216 (84.77% from 255) = 34.50%
R=27.32%
G=38.18%
B=34.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712392160.2800.100.06159.716880.39
HexABEFD81C0A6a04450
Octal253357330340126240104120
Binary10101011111011111101100011100010101101010000010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFD8; }

 p { color: rgb(171,239,216); }

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

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

 a { background-color: rgb(171,239,216); }

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

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

 span { border-color: rgb(171,239,216); }

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