#ACF8CE

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

Shades of Magic Mint #ACF8CE

Tints of Magic Mint #ACF8CE

Color information

#ACF8CE (or 0xACF8CE) is unknown color: approx Magic Mint. HEX triplet: AC, F8 and CE. RGB value is (172,248,206). Sum of RGB (Red+Green+Blue) = 172+248+206=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8CE is #530731. Grayscale: #DCDCDC. Windows color (decimal): -5441330 or 13564076. OLE color: 13564076.

HSL color Cylindrical-coordinate representation of color #ACF8CE: hue angle of 146.84º 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 #ACF8CE is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB172248206-
CMYK0.3100.170.03
HSL146.84º84.44%82.35%-
HSV(B)146.84º30.65%97.25%-
XYZ61.7280.3670.65-
YUV220.49119.8293.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.48%
GREEN value IS 248 (97.27% from 255) = 39.62%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=27.48%
G=39.62%
B=32.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722482060.3100.170.03146.8484.4482.35
HexACF8CE1F0113935452
Octal254370316370213223124122
Binary10101100111110001100111011111010001111001001110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8CE; }

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

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

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

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

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

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

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

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