#ACF7C5

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

Shades of Magic Mint #ACF7C5

Tints of Magic Mint #ACF7C5

Color information

#ACF7C5 (or 0xACF7C5) is unknown color: approx Magic Mint. HEX triplet: AC, F7 and C5. RGB value is (172,247,197). Sum of RGB (Red+Green+Blue) = 172+247+197=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 247 (96.88% from 255 or 40.10% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7C5 is #53083A. Grayscale: #DBDBDB. Windows color (decimal): -5441595 or 12973996. OLE color: 12973996.

HSL color Cylindrical-coordinate representation of color #ACF7C5: hue angle of 140º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7C5 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB172247197-
CMYK0.3000.200.03
HSL140º82.42%82.16%-
HSV(B)140º30.36%96.86%-
XYZ60.3579.3264.95-
YUV218.88115.6594.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.92%
GREEN value IS 247 (96.88% from 255) = 40.10%
BLUE value IS 197 (77.34% from 255) = 31.98%
R=27.92%
G=40.10%
B=31.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471970.3000.200.0314082.4282.16
HexACF7C51E01438c5252
Octal254367305360243214122122
Binary10101100111101111100010111110010100111000110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7C5; }

 p { color: rgb(172,247,197); }

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

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

 a { background-color: rgb(172,247,197); }

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

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

 span { border-color: rgb(172,247,197); }

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