#ACF0C7

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

Shades of Magic Mint #ACF0C7

Tints of Magic Mint #ACF0C7

Color information

#ACF0C7 (or 0xACF0C7) is unknown color: approx Magic Mint. HEX triplet: AC, F0 and C7. RGB value is (172,240,199). Sum of RGB (Red+Green+Blue) = 172+240+199=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0C7 is #530F38. Grayscale: #D7D7D7. Windows color (decimal): -5443385 or 13103276. OLE color: 13103276.

HSL color Cylindrical-coordinate representation of color #ACF0C7: hue angle of 143.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0C7 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB172240199-
CMYK0.2800.170.06
HSL143.82º69.39%80.78%-
HSV(B)143.82º28.33%94.12%-
XYZ58.4875.2165.47-
YUV214.99118.9797.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 240 (94.14% from 255) = 39.28%
BLUE value IS 199 (78.12% from 255) = 32.57%
R=28.15%
G=39.28%
B=32.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722401990.2800.170.06143.8269.3980.78
HexACF0C71C0116904551
Octal254360307340216220105121
Binary101011001111000011000111111000100011101001000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0C7; }

 p { color: rgb(172,240,199); }

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

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

 a { background-color: rgb(172,240,199); }

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

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

 span { border-color: rgb(172,240,199); }

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