#ace5c5

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

Shades of Magic Mint #ACE5C5

Tints of Magic Mint #ACE5C5

Color information

#ACE5C5 (or 0xACE5C5) is unknown color: approx Magic Mint. HEX triplet: AC, E5 and C5. RGB value is (172,229,197). Sum of RGB (Red+Green+Blue) = 172+229+197=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5C5 is #531A3A. Grayscale: #D0D0D0. Windows color (decimal): -5446203 or 12969388. OLE color: 12969388.

HSL color Cylindrical-coordinate representation of color #ACE5C5: hue angle of 146.32º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5C5 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB172229197-
CMYK0.2500.140.10
HSL146.32º52.29%78.63%-
HSV(B)146.32º24.89%89.8%-
XYZ55.1168.8463.21-
YUV208.31121.62102.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 229 (89.84% from 255) = 38.29%
BLUE value IS 197 (77.34% from 255) = 32.94%
R=28.76%
G=38.29%
B=32.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722291970.2500.140.10146.3252.2978.63
HexACE5C5190EA92344f
Octal254345305310161222264117
Binary10101100111001011100010111001011101010100100101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ace5c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ace5c5; }

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

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

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

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

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

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

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

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