#ACE1C5

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

Shades of Magic Mint #ACE1C5

Tints of Magic Mint #ACE1C5

Color information

#ACE1C5 (or 0xACE1C5) is unknown color: approx Magic Mint. HEX triplet: AC, E1 and C5. RGB value is (172,225,197). Sum of RGB (Red+Green+Blue) = 172+225+197=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1C5 is #531E3A. Grayscale: #CECECE. Windows color (decimal): -5447227 or 12968364. OLE color: 12968364.

HSL color Cylindrical-coordinate representation of color #ACE1C5: hue angle of 148.3º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1C5 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB172225197-
CMYK0.2400.120.12
HSL148.3º46.9%77.84%-
HSV(B)148.3º23.56%88.24%-
XYZ54.0266.6562.84-
YUV205.96122.94103.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 225 (88.28% from 255) = 37.88%
BLUE value IS 197 (77.34% from 255) = 33.16%
R=28.96%
G=37.88%
B=33.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722251970.2400.120.12148.346.977.84
HexACE1C5180CC942f4e
Octal254341305300141422457116
Binary10101100111000011100010111000011001100100101001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1C5; }

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

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

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

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

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

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

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

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