#ACF1CC

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

Shades of Magic Mint #ACF1CC

Tints of Magic Mint #ACF1CC

Color information

#ACF1CC (or 0xACF1CC) is unknown color: approx Magic Mint. HEX triplet: AC, F1 and CC. RGB value is (172,241,204). Sum of RGB (Red+Green+Blue) = 172+241+204=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1CC is #530E33. Grayscale: #D8D8D8. Windows color (decimal): -5443124 or 13431212. OLE color: 13431212.

HSL color Cylindrical-coordinate representation of color #ACF1CC: hue angle of 147.83º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1CC is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB172241204-
CMYK0.2900.150.05
HSL147.83º71.13%80.98%-
HSV(B)147.83º28.63%94.51%-
XYZ59.3776.0468.68-
YUV216.15121.1496.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.88%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=27.88%
G=39.06%
B=33.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722412040.2900.150.05147.8371.1380.98
HexACF1CC1D0F5944751
Octal254361314350175224107121
Binary10101100111100011100110011101011111011001010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1CC; }

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

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

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

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

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

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

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

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