#ACEACB

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

Shades of Magic Mint #ACEACB

Tints of Magic Mint #ACEACB

Color information

#ACEACB (or 0xACEACB) is unknown color: approx Magic Mint. HEX triplet: AC, EA and CB. RGB value is (172,234,203). Sum of RGB (Red+Green+Blue) = 172+234+203=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEACB is #531534. Grayscale: #D3D3D3. Windows color (decimal): -5444917 or 13363884. OLE color: 13363884.

HSL color Cylindrical-coordinate representation of color #ACEACB: hue angle of 150º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEACB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB172234203-
CMYK0.2600.130.08
HSL150º59.62%79.61%-
HSV(B)150º26.5%91.76%-
XYZ57.2271.9367.37-
YUV211.93122.9699.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=28.24%
G=38.42%
B=33.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722342030.2600.130.0815059.6279.61
HexACEACB1A0D8963c50
Octal254352313320151022674120
Binary10101100111010101100101111010011011000100101101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEACB; }

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

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

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

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

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

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

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

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