#ACEAC8

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

Shades of Magic Mint #ACEAC8

Tints of Magic Mint #ACEAC8

Color information

#ACEAC8 (or 0xACEAC8) is unknown color: approx Magic Mint. HEX triplet: AC, EA and C8. RGB value is (172,234,200). Sum of RGB (Red+Green+Blue) = 172+234+200=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAC8 is #531537. Grayscale: #D3D3D3. Windows color (decimal): -5444920 or 13167276. OLE color: 13167276.

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

Color convert

RGB172234200-
CMYK0.2600.150.08
HSL147.1º59.62%79.61%-
HSV(B)147.1º26.5%91.76%-
XYZ56.8671.7965.5-
YUV211.59121.4699.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 234 (91.80% from 255) = 38.61%
BLUE value IS 200 (78.52% from 255) = 33.00%
R=28.38%
G=38.61%
B=33.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722342000.2600.150.08147.159.6279.61
HexACEAC81A0F8933c50
Octal254352310320171022374120
Binary10101100111010101100100011010011111000100100111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEAC8; }

 p { color: rgb(172,234,200); }

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

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

 a { background-color: rgb(172,234,200); }

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

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

 span { border-color: rgb(172,234,200); }

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