#ABEFD4

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

Shades of Magic Mint #ABEFD4

Tints of Magic Mint #ABEFD4

Color information

#ABEFD4 (or 0xABEFD4) is unknown color: approx Magic Mint. HEX triplet: AB, EF and D4. RGB value is (171,239,212). Sum of RGB (Red+Green+Blue) = 171+239+212=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFD4 is #54102B. Grayscale: #D7D7D7. Windows color (decimal): -5509164 or 13954987. OLE color: 13954987.

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

Color convert

RGB171239212-
CMYK0.2800.110.06
HSL156.18º68%80.39%-
HSV(B)156.18º28.45%93.73%-
XYZ59.5475.1473.65-
YUV215.59125.9796.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.49%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 212 (83.20% from 255) = 34.08%
R=27.49%
G=38.42%
B=34.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712392120.2800.110.06156.186880.39
HexABEFD41C0B69c4450
Octal253357324340136234104120
Binary10101011111011111101010011100010111101001110010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFD4; }

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

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

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

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

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

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

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

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