#ACEBC7

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

Shades of Magic Mint #ACEBC7

Tints of Magic Mint #ACEBC7

Color information

#ACEBC7 (or 0xACEBC7) is unknown color: approx Magic Mint. HEX triplet: AC, EB and C7. RGB value is (172,235,199). Sum of RGB (Red+Green+Blue) = 172+235+199=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBC7 is #531438. Grayscale: #D4D4D4. Windows color (decimal): -5444665 or 13101996. OLE color: 13101996.

HSL color Cylindrical-coordinate representation of color #ACEBC7: hue angle of 145.71º 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 #ACEBC7 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB172235199-
CMYK0.2700.150.08
HSL145.71º61.17%79.8%-
HSV(B)145.71º26.81%92.16%-
XYZ57.0372.3164.98-
YUV212.06120.6399.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 235 (92.19% from 255) = 38.78%
BLUE value IS 199 (78.12% from 255) = 32.84%
R=28.38%
G=38.78%
B=32.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722351990.2700.150.08145.7161.1779.8
HexACEBC71B0F8923d50
Octal254353307330171022275120
Binary10101100111010111100011111011011111000100100101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBC7; }

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

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

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

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

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

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

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

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