#ACEBD1

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

Shades of Magic Mint #ACEBD1

Tints of Magic Mint #ACEBD1

Color information

#ACEBD1 (or 0xACEBD1) is unknown color: approx Magic Mint. HEX triplet: AC, EB and D1. RGB value is (172,235,209). Sum of RGB (Red+Green+Blue) = 172+235+209=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD1 is #53142E. Grayscale: #D5D5D5. Windows color (decimal): -5444655 or 13757356. OLE color: 13757356.

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

Color convert

RGB172235209-
CMYK0.2700.110.08
HSL155.24º61.17%79.8%-
HSV(B)155.24º26.81%92.16%-
XYZ58.2372.7971.3-
YUV213.2125.6398.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.92%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=27.92%
G=38.15%
B=33.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722352090.2700.110.08155.2461.1779.8
HexACEBD11B0B89b3d50
Octal254353321330131023375120
Binary10101100111010111101000111011010111000100110111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBD1; }

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

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

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

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

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

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

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

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