#ACFCD5

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

Shades of Magic Mint #ACFCD5

Tints of Magic Mint #ACFCD5

Color information

#ACFCD5 (or 0xACFCD5) is unknown color: approx Magic Mint. HEX triplet: AC, FC and D5. RGB value is (172,252,213). Sum of RGB (Red+Green+Blue) = 172+252+213=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCD5 is #53032A. Grayscale: #DFDFDF. Windows color (decimal): -5440299 or 14023852. OLE color: 14023852.

HSL color Cylindrical-coordinate representation of color #ACFCD5: hue angle of 150.75º degrees, saturation: 0.93, 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 #ACFCD5 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB172252213-
CMYK0.3200.150.01
HSL150.75º93.02%83.14%-
HSV(B)150.75º31.75%98.82%-
XYZ63.8383.275.64-
YUV223.6312291.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=27.00%
G=39.56%
B=33.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722522130.3200.150.01150.7593.0283.14
HexACFCD5200F1975d53
Octal254374325400171227135123
Binary1010110011111100110101011000000111111001011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCD5; }

 p { color: rgb(172,252,213); }

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

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

 a { background-color: rgb(172,252,213); }

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

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

 span { border-color: rgb(172,252,213); }

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