#ACF1C9

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

Shades of Magic Mint #ACF1C9

Tints of Magic Mint #ACF1C9

Color information

#ACF1C9 (or 0xACF1C9) is unknown color: approx Magic Mint. HEX triplet: AC, F1 and C9. RGB value is (172,241,201). Sum of RGB (Red+Green+Blue) = 172+241+201=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1C9 is #530E36. Grayscale: #D7D7D7. Windows color (decimal): -5443127 or 13234604. OLE color: 13234604.

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

Color convert

RGB172241201-
CMYK0.2900.170.05
HSL145.22º71.13%80.98%-
HSV(B)145.22º28.63%94.51%-
XYZ59.0175.966.8-
YUV215.81119.6496.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=28.01%
G=39.25%
B=32.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722412010.2900.170.05145.2271.1380.98
HexACF1C91D0115914751
Octal254361311350215221107121
Binary101011001111000111001001111010100011011001000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1C9; }

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

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

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

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

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

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

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

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