#ACF8D8

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

Shades of Magic Mint #ACF8D8

Tints of Magic Mint #ACF8D8

Color information

#ACF8D8 (or 0xACF8D8) is unknown color: approx Magic Mint. HEX triplet: AC, F8 and D8. RGB value is (172,248,216). Sum of RGB (Red+Green+Blue) = 172+248+216=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8D8 is #530727. Grayscale: #DDDDDD. Windows color (decimal): -5441320 or 14219436. OLE color: 14219436.

HSL color Cylindrical-coordinate representation of color #ACF8D8: hue angle of 154.74º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8D8 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB172248216-
CMYK0.3100.130.03
HSL154.74º84.44%82.35%-
HSV(B)154.74º30.65%97.25%-
XYZ62.9880.8677.25-
YUV221.63124.8292.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.04%
GREEN value IS 248 (97.27% from 255) = 38.99%
BLUE value IS 216 (84.77% from 255) = 33.96%
R=27.04%
G=38.99%
B=33.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722482160.3100.130.03154.7484.4482.35
HexACF8D81F0D39b5452
Octal254370330370153233124122
Binary1010110011111000110110001111101101111001101110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8D8; }

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

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

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

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

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

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

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

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