#ACF7CA

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

Shades of Magic Mint #ACF7CA

Tints of Magic Mint #ACF7CA

Color information

#ACF7CA (or 0xACF7CA) is unknown color: approx Magic Mint. HEX triplet: AC, F7 and CA. RGB value is (172,247,202). Sum of RGB (Red+Green+Blue) = 172+247+202=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7CA is #530835. Grayscale: #DBDBDB. Windows color (decimal): -5441590 or 13301676. OLE color: 13301676.

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

Color convert

RGB172247202-
CMYK0.3000.180.03
HSL144º82.42%82.16%-
HSV(B)144º30.36%96.86%-
XYZ60.9379.5668.02-
YUV219.44118.1594.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 247 (96.88% from 255) = 39.77%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=27.70%
G=39.77%
B=32.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722472020.3000.180.0314482.4282.16
HexACF7CA1E0123905252
Octal254367312360223220122122
Binary10101100111101111100101011110010010111001000010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7CA; }

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

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

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

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

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

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

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

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