#ACF8CC

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

Shades of Magic Mint #ACF8CC

Tints of Magic Mint #ACF8CC

Color information

#ACF8CC (or 0xACF8CC) is unknown color: approx Magic Mint. HEX triplet: AC, F8 and CC. RGB value is (172,248,204). Sum of RGB (Red+Green+Blue) = 172+248+204=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8CC is #530733. Grayscale: #DCDCDC. Windows color (decimal): -5441332 or 13433004. OLE color: 13433004.

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

Color convert

RGB172248204-
CMYK0.3100.180.03
HSL145.26º84.44%82.35%-
HSV(B)145.26º30.65%97.25%-
XYZ61.4880.2769.38-
YUV220.26118.8293.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.56%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=27.56%
G=39.74%
B=32.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722482040.3100.180.03145.2684.4482.35
HexACF8CC1F0123915452
Octal254370314370223221124122
Binary10101100111110001100110011111010010111001000110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8CC; }

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

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

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

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

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

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

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

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