#ACEBC4

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

Shades of Magic Mint #ACEBC4

Tints of Magic Mint #ACEBC4

Color information

#ACEBC4 (or 0xACEBC4) is unknown color: approx Magic Mint. HEX triplet: AC, EB and C4. RGB value is (172,235,196). Sum of RGB (Red+Green+Blue) = 172+235+196=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBC4 is #53143B. Grayscale: #D3D3D3. Windows color (decimal): -5444668 or 12905388. OLE color: 12905388.

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

Color convert

RGB172235196-
CMYK0.2700.170.08
HSL142.86º61.17%79.8%-
HSV(B)142.86º26.81%92.16%-
XYZ56.6972.1763.17-
YUV211.72119.1399.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 196 (76.95% from 255) = 32.50%
R=28.52%
G=38.97%
B=32.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722351960.2700.170.08142.8661.1779.8
HexACEBC41B01188f3d50
Octal254353304330211021775120
Binary101011001110101111000100110110100011000100011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBC4; }

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

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

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

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

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

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

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

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