#ACF7C3

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

Shades of Magic Mint #ACF7C3

Tints of Magic Mint #ACF7C3

Color information

#ACF7C3 (or 0xACF7C3) is unknown color: approx Magic Mint. HEX triplet: AC, F7 and C3. RGB value is (172,247,195). Sum of RGB (Red+Green+Blue) = 172+247+195=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7C3 is #53083C. Grayscale: #DADADA. Windows color (decimal): -5441597 or 12842924. OLE color: 12842924.

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

Color convert

RGB172247195-
CMYK0.3000.210.03
HSL138.4º82.42%82.16%-
HSV(B)138.4º30.36%96.86%-
XYZ60.1279.2363.75-
YUV218.65114.6594.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 247 (96.88% from 255) = 40.23%
BLUE value IS 195 (76.56% from 255) = 31.76%
R=28.01%
G=40.23%
B=31.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471950.3000.210.03138.482.4282.16
HexACF7C31E01538a5252
Octal254367303360253212122122
Binary10101100111101111100001111110010101111000101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7C3; }

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

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

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

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

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

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

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

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