#ABDDC4

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

Shades of Magic Mint #ABDDC4

Tints of Magic Mint #ABDDC4

Color information

#ABDDC4 (or 0xABDDC4) is unknown color: approx Magic Mint. HEX triplet: AB, DD and C4. RGB value is (171,221,196). Sum of RGB (Red+Green+Blue) = 171+221+196=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC4 is #54223B. Grayscale: #CBCBCB. Windows color (decimal): -5513788 or 12901803. OLE color: 12901803.

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

Color convert

RGB171221196-
CMYK0.2300.110.13
HSL150º42.37%76.86%-
HSV(B)150º22.62%86.67%-
XYZ52.6164.3661.87-
YUV203.2123.94105.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=29.08%
G=37.59%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712211960.2300.110.1315042.3776.86
HexABDDC4170BD962a4d
Octal253335304270131522652115
Binary10101011110111011100010010111010111101100101101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDC4; }

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

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

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

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

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

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

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

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