#ABDDC7

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

Shades of Magic Mint #ABDDC7

Tints of Magic Mint #ABDDC7

Color information

#ABDDC7 (or 0xABDDC7) is unknown color: approx Magic Mint. HEX triplet: AB, DD and C7. RGB value is (171,221,199). Sum of RGB (Red+Green+Blue) = 171+221+199=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC7 is #542238. Grayscale: #CBCBCB. Windows color (decimal): -5513785 or 13098411. OLE color: 13098411.

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

Color convert

RGB171221199-
CMYK0.2300.100.13
HSL153.6º42.37%76.86%-
HSV(B)153.6º22.62%86.67%-
XYZ52.9664.4963.69-
YUV203.54125.44104.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=28.93%
G=37.39%
B=33.67%

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
Decimal1712211990.2300.100.13153.642.3776.86
HexABDDC7170AD9a2a4d
Octal253335307270121523252115
Binary10101011110111011100011110111010101101100110101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDC7; }

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

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

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

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

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

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

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

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