#ACEDCB

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

Shades of Magic Mint #ACEDCB

Tints of Magic Mint #ACEDCB

Color information

#ACEDCB (or 0xACEDCB) is unknown color: approx Magic Mint. HEX triplet: AC, ED and CB. RGB value is (172,237,203). Sum of RGB (Red+Green+Blue) = 172+237+203=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDCB is #531234. Grayscale: #D5D5D5. Windows color (decimal): -5444149 or 13364652. OLE color: 13364652.

HSL color Cylindrical-coordinate representation of color #ACEDCB: hue angle of 148.62º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDCB is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB172237203-
CMYK0.2700.140.07
HSL148.62º64.36%80.2%-
HSV(B)148.62º27.43%92.94%-
XYZ58.0873.6567.65-
YUV213.69121.9798.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 237 (92.97% from 255) = 38.73%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=28.10%
G=38.73%
B=33.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722372030.2700.140.07148.6264.3680.2
HexACEDCB1B0E7954050
Octal254355313330167225100120
Binary10101100111011011100101111011011101111001010110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEDCB; }

 p { color: rgb(172,237,203); }

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

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

 a { background-color: rgb(172,237,203); }

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

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

 span { border-color: rgb(172,237,203); }

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