#ABDDC6

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

Shades of Magic Mint #ABDDC6

Tints of Magic Mint #ABDDC6

Color information

#ABDDC6 (or 0xABDDC6) is unknown color: approx Magic Mint. HEX triplet: AB, DD and C6. RGB value is (171,221,198). Sum of RGB (Red+Green+Blue) = 171+221+198=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC6 is #542239. Grayscale: #CBCBCB. Windows color (decimal): -5513786 or 13032875. OLE color: 13032875.

HSL color Cylindrical-coordinate representation of color #ABDDC6: hue angle of 152.4º degrees, saturation: 0.42, 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 #ABDDC6 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB171221198-
CMYK0.2300.100.13
HSL152.4º42.37%76.86%-
HSV(B)152.4º22.62%86.67%-
XYZ52.8464.4563.08-
YUV203.43124.94104.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=28.98%
G=37.46%
B=33.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712211980.2300.100.13152.442.3776.86
HexABDDC6170AD982a4d
Octal253335306270121523052115
Binary10101011110111011100011010111010101101100110001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDC6; }

 p { color: rgb(171,221,198); }

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

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

 a { background-color: rgb(171,221,198); }

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

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

 span { border-color: rgb(171,221,198); }

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