#ACEBD0

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

Shades of Magic Mint #ACEBD0

Tints of Magic Mint #ACEBD0

Color information

#ACEBD0 (or 0xACEBD0) is unknown color: approx Magic Mint. HEX triplet: AC, EB and D0. RGB value is (172,235,208). Sum of RGB (Red+Green+Blue) = 172+235+208=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD0 is #53142F. Grayscale: #D5D5D5. Windows color (decimal): -5444656 or 13691820. OLE color: 13691820.

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

Color convert

RGB172235208-
CMYK0.2700.110.08
HSL154.29º61.17%79.8%-
HSV(B)154.29º26.81%92.16%-
XYZ58.1172.7470.65-
YUV213.08125.1398.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 208 (81.64% from 255) = 33.82%
R=27.97%
G=38.21%
B=33.82%

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
Decimal1722352080.2700.110.08154.2961.1779.8
HexACEBD01B0B89a3d50
Octal254353320330131023275120
Binary10101100111010111101000011011010111000100110101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBD0; }

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

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

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

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

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

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

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

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