#ACF9D8

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

Shades of Magic Mint #ACF9D8

Tints of Magic Mint #ACF9D8

Color information

#ACF9D8 (or 0xACF9D8) is unknown color: approx Magic Mint. HEX triplet: AC, F9 and D8. RGB value is (172,249,216). Sum of RGB (Red+Green+Blue) = 172+249+216=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9D8 is #530627. Grayscale: #DEDEDE. Windows color (decimal): -5441064 or 14219692. OLE color: 14219692.

HSL color Cylindrical-coordinate representation of color #ACF9D8: hue angle of 154.29º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9D8 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB172249216-
CMYK0.3100.130.02
HSL154.29º86.52%82.55%-
HSV(B)154.29º30.92%97.65%-
XYZ63.2881.4877.36-
YUV222.21124.4992.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 249 (97.66% from 255) = 39.09%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=27.00%
G=39.09%
B=33.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722492160.3100.130.02154.2986.5282.55
HexACF9D81F0D29a5753
Octal254371330370152232127123
Binary1010110011111001110110001111101101101001101010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9D8; }

 p { color: rgb(172,249,216); }

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

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

 a { background-color: rgb(172,249,216); }

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

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

 span { border-color: rgb(172,249,216); }

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