#ACDFC3

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

Shades of Magic Mint #ACDFC3

Tints of Magic Mint #ACDFC3

Color information

#ACDFC3 (or 0xACDFC3) is unknown color: approx Magic Mint. HEX triplet: AC, DF and C3. RGB value is (172,223,195). Sum of RGB (Red+Green+Blue) = 172+223+195=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFC3 is #53203C. Grayscale: #CCCCCC. Windows color (decimal): -5447741 or 12836780. OLE color: 12836780.

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

Color convert

RGB172223195-
CMYK0.2300.130.13
HSL147.06º44.35%77.45%-
HSV(B)147.06º22.87%87.45%-
XYZ53.2565.4961.46-
YUV204.56122.6104.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 195 (76.56% from 255) = 33.05%
R=29.15%
G=37.80%
B=33.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231950.2300.130.13147.0644.3577.45
HexACDFC3170DD932c4d
Octal254337303270151522354115
Binary10101100110111111100001110111011011101100100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFC3; }

 p { color: rgb(172,223,195); }

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

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

 a { background-color: rgb(172,223,195); }

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

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

 span { border-color: rgb(172,223,195); }

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