#ABFAD0

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

Shades of Magic Mint #ABFAD0

Tints of Magic Mint #ABFAD0

Color information

#ABFAD0 (or 0xABFAD0) is unknown color: approx Magic Mint. HEX triplet: AB, FA and D0. RGB value is (171,250,208). Sum of RGB (Red+Green+Blue) = 171+250+208=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAD0 is #54052F. Grayscale: #DDDDDD. Windows color (decimal): -5506352 or 13695659. OLE color: 13695659.

HSL color Cylindrical-coordinate representation of color #ABFAD0: hue angle of 148.1º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAD0 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB171250208-
CMYK0.3200.170.02
HSL148.1º88.76%82.55%-
HSV(B)148.1º31.6%98.04%-
XYZ62.3781.5872.13-
YUV221.59120.3391.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.19%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 208 (81.64% from 255) = 33.07%
R=27.19%
G=39.75%
B=33.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712502080.3200.170.02148.188.7682.55
HexABFAD0200112945953
Octal253372320400212224131123
Binary101010111111101011010000100000010001101001010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFAD0; }

 p { color: rgb(171,250,208); }

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

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

 a { background-color: rgb(171,250,208); }

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

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

 span { border-color: rgb(171,250,208); }

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