#ABDFC5

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

Shades of Magic Mint #ABDFC5

Tints of Magic Mint #ABDFC5

Color information

#ABDFC5 (or 0xABDFC5) is unknown color: approx Magic Mint. HEX triplet: AB, DF and C5. RGB value is (171,223,197). Sum of RGB (Red+Green+Blue) = 171+223+197=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFC5 is #54203A. Grayscale: #CCCCCC. Windows color (decimal): -5513275 or 12967851. OLE color: 12967851.

HSL color Cylindrical-coordinate representation of color #ABDFC5: hue angle of 150º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDFC5 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB171223197-
CMYK0.2300.120.13
HSL150º44.83%77.25%-
HSV(B)150º23.32%87.45%-
XYZ53.2665.4662.65-
YUV204.49123.77104.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 197 (77.34% from 255) = 33.33%
R=28.93%
G=37.73%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712231970.2300.120.1315044.8377.25
HexABDFC5170CD962d4d
Octal253337305270141522655115
Binary10101011110111111100010110111011001101100101101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFC5; }

 p { color: rgb(171,223,197); }

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

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

 a { background-color: rgb(171,223,197); }

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

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

 span { border-color: rgb(171,223,197); }

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