#ACEBC5

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

Shades of Magic Mint #ACEBC5

Tints of Magic Mint #ACEBC5

Color information

#ACEBC5 (or 0xACEBC5) is unknown color: approx Magic Mint. HEX triplet: AC, EB and C5. RGB value is (172,235,197). Sum of RGB (Red+Green+Blue) = 172+235+197=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBC5 is #53143A. Grayscale: #D3D3D3. Windows color (decimal): -5444667 or 12970924. OLE color: 12970924.

HSL color Cylindrical-coordinate representation of color #ACEBC5: hue angle of 143.81º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBC5 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB172235197-
CMYK0.2700.160.08
HSL143.81º61.17%79.8%-
HSV(B)143.81º26.81%92.16%-
XYZ56.872.2263.77-
YUV211.83119.6399.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 197 (77.34% from 255) = 32.62%
R=28.48%
G=38.91%
B=32.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722351970.2700.160.08143.8161.1779.8
HexACEBC51B0108903d50
Octal254353305330201022075120
Binary101011001110101111000101110110100001000100100001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBC5; }

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

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

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

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

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

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

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

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