#ACEBD2

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

Shades of Magic Mint #ACEBD2

Tints of Magic Mint #ACEBD2

Color information

#ACEBD2 (or 0xACEBD2) is unknown color: approx Magic Mint. HEX triplet: AC, EB and D2. RGB value is (172,235,210). Sum of RGB (Red+Green+Blue) = 172+235+210=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD2 is #53142D. Grayscale: #D5D5D5. Windows color (decimal): -5444654 or 13822892. OLE color: 13822892.

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

Color convert

RGB172235210-
CMYK0.2700.110.08
HSL156.19º61.17%79.8%-
HSV(B)156.19º26.81%92.16%-
XYZ58.3572.8471.96-
YUV213.31126.1398.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.88%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 210 (82.42% from 255) = 34.04%
R=27.88%
G=38.09%
B=34.04%

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
Decimal1722352100.2700.110.08156.1961.1779.8
HexACEBD21B0B89c3d50
Octal254353322330131023475120
Binary10101100111010111101001011011010111000100111001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBD2; }

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

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

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

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

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

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

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

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