#ACFFE0

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

Shades of Magic Mint #ACFFE0

Tints of Magic Mint #ACFFE0

Color information

#ACFFE0 (or 0xACFFE0) is unknown color: approx Magic Mint. HEX triplet: AC, FF and E0. RGB value is (172,255,224). Sum of RGB (Red+Green+Blue) = 172+255+224=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFE0 is #53001F. Grayscale: #E2E2E2. Windows color (decimal): -5439520 or 14745516. OLE color: 14745516.

HSL color Cylindrical-coordinate representation of color #ACFFE0: hue angle of 157.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFE0 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB172255224-
CMYK0.3300.120
HSL157.59º100%83.73%-
HSV(B)157.59º32.55%100%-
XYZ66.2385.6783.57-
YUV226.65126.589.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.42%
GREEN value IS 255 (100% from 255) = 39.17%
BLUE value IS 224 (87.89% from 255) = 34.41%
R=26.42%
G=39.17%
B=34.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552240.3300.120157.5910083.73
HexACFFE0210C09e6454
Octal254377340410140236144124
Binary1010110011111111111000001000010110001001111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFE0; }

 p { color: rgb(172,255,224); }

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

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

 a { background-color: rgb(172,255,224); }

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

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

 span { border-color: rgb(172,255,224); }

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