#ACEBD5

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

Shades of Magic Mint #ACEBD5

Tints of Magic Mint #ACEBD5

Color information

#ACEBD5 (or 0xACEBD5) is unknown color: approx Magic Mint. HEX triplet: AC, EB and D5. RGB value is (172,235,213). Sum of RGB (Red+Green+Blue) = 172+235+213=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD5 is #53142A. Grayscale: #D5D5D5. Windows color (decimal): -5444651 or 14019500. OLE color: 14019500.

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

Color convert

RGB172235213-
CMYK0.2700.090.08
HSL159.05º61.17%79.8%-
HSV(B)159.05º26.81%92.16%-
XYZ58.7372.9973.94-
YUV213.66127.6398.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.74%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=27.74%
G=37.90%
B=34.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722352130.2700.090.08159.0561.1779.8
HexACEBD51B0989f3d50
Octal254353325330111023775120
Binary10101100111010111101010111011010011000100111111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBD5; }

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

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

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

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

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

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

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

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