#ACEBCC

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

Shades of Magic Mint #ACEBCC

Tints of Magic Mint #ACEBCC

Color information

#ACEBCC (or 0xACEBCC) is unknown color: approx Magic Mint. HEX triplet: AC, EB and CC. RGB value is (172,235,204). Sum of RGB (Red+Green+Blue) = 172+235+204=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBCC is #531433. Grayscale: #D4D4D4. Windows color (decimal): -5444660 or 13429676. OLE color: 13429676.

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

Color convert

RGB172235204-
CMYK0.2700.130.08
HSL150.48º61.17%79.8%-
HSV(B)150.48º26.81%92.16%-
XYZ57.6272.5568.09-
YUV212.63123.1399.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=28.15%
G=38.46%
B=33.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722352040.2700.130.08150.4861.1779.8
HexACEBCC1B0D8963d50
Octal254353314330151022675120
Binary10101100111010111100110011011011011000100101101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBCC; }

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

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

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

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

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

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

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

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