#ACE9CC

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

Shades of Magic Mint #ACE9CC

Tints of Magic Mint #ACE9CC

Color information

#ACE9CC (or 0xACE9CC) is unknown color: approx Magic Mint. HEX triplet: AC, E9 and CC. RGB value is (172,233,204). Sum of RGB (Red+Green+Blue) = 172+233+204=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9CC is #531633. Grayscale: #D3D3D3. Windows color (decimal): -5445172 or 13429164. OLE color: 13429164.

HSL color Cylindrical-coordinate representation of color #ACE9CC: hue angle of 151.48º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9CC is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB172233204-
CMYK0.2600.120.09
HSL151.48º58.1%79.41%-
HSV(B)151.48º26.18%91.37%-
XYZ57.0571.4167.9-
YUV211.46123.7999.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 233 (91.41% from 255) = 38.26%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=28.24%
G=38.26%
B=33.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722332040.2600.120.09151.4858.179.41
HexACE9CC1A0C9973a4f
Octal254351314320141122772117
Binary10101100111010011100110011010011001001100101111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE9CC; }

 p { color: rgb(172,233,204); }

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

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

 a { background-color: rgb(172,233,204); }

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

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

 span { border-color: rgb(172,233,204); }

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