#ACFDD9

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

Shades of Magic Mint #ACFDD9

Tints of Magic Mint #ACFDD9

Color information

#ACFDD9 (or 0xACFDD9) is unknown color: approx Magic Mint. HEX triplet: AC, FD and D9. RGB value is (172,253,217). Sum of RGB (Red+Green+Blue) = 172+253+217=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDD9 is #530226. Grayscale: #E0E0E0. Windows color (decimal): -5440039 or 14286252. OLE color: 14286252.

HSL color Cylindrical-coordinate representation of color #ACFDD9: hue angle of 153.33º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDD9 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB172253217-
CMYK0.3200.140.01
HSL153.33º95.29%83.33%-
HSV(B)153.33º32.02%99.22%-
XYZ64.6684.0378.46-
YUV224.68123.6690.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.79%
GREEN value IS 253 (99.22% from 255) = 39.41%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=26.79%
G=39.41%
B=33.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722532170.3200.140.01153.3395.2983.33
HexACFDD9200E1995f53
Octal254375331400161231137123
Binary1010110011111101110110011000000111011001100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDD9; }

 p { color: rgb(172,253,217); }

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

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

 a { background-color: rgb(172,253,217); }

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

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

 span { border-color: rgb(172,253,217); }

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