#ACFEC8

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

Shades of Magic Mint #ACFEC8

Tints of Magic Mint #ACFEC8

Color information

#ACFEC8 (or 0xACFEC8) is unknown color: approx Magic Mint. HEX triplet: AC, FE and C8. RGB value is (172,254,200). Sum of RGB (Red+Green+Blue) = 172+254+200=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEC8 is #530137. Grayscale: #DFDFDF. Windows color (decimal): -5439800 or 13172396. OLE color: 13172396.

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

Color convert

RGB172254200-
CMYK0.3200.210.00
HSL140.49º97.62%83.53%-
HSV(B)140.49º32.28%99.61%-
XYZ62.8883.8267.51-
YUV223.33114.8391.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.48%
GREEN value IS 254 (99.61% from 255) = 40.58%
BLUE value IS 200 (78.52% from 255) = 31.95%
R=27.48%
G=40.58%
B=31.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542000.3200.210.00140.4997.6283.53
HexACFEC82001508c6254
Octal254376310400250214142124
Binary10101100111111101100100010000001010101000110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEC8; }

 p { color: rgb(172,254,200); }

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

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

 a { background-color: rgb(172,254,200); }

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

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

 span { border-color: rgb(172,254,200); }

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