#ACEBD3

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

Shades of Magic Mint #ACEBD3

Tints of Magic Mint #ACEBD3

Color information

#ACEBD3 (or 0xACEBD3) is unknown color: approx Magic Mint. HEX triplet: AC, EB and D3. RGB value is (172,235,211). Sum of RGB (Red+Green+Blue) = 172+235+211=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD3 is #53142C. Grayscale: #D5D5D5. Windows color (decimal): -5444653 or 13888428. OLE color: 13888428.

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

Color convert

RGB172235211-
CMYK0.2700.100.08
HSL157.14º61.17%79.8%-
HSV(B)157.14º26.81%92.16%-
XYZ58.4872.8972.62-
YUV213.43126.6398.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 235 (92.19% from 255) = 38.03%
BLUE value IS 211 (82.81% from 255) = 34.14%
R=27.83%
G=38.03%
B=34.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722352110.2700.100.08157.1461.1779.8
HexACEBD31B0A89d3d50
Octal254353323330121023575120
Binary10101100111010111101001111011010101000100111011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBD3; }

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

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

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

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

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

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

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

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