#ACFEC3

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

Shades of Magic Mint #ACFEC3

Tints of Magic Mint #ACFEC3

Color information

#ACFEC3 (or 0xACFEC3) is unknown color: approx Magic Mint. HEX triplet: AC, FE and C3. RGB value is (172,254,195). Sum of RGB (Red+Green+Blue) = 172+254+195=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEC3 is #53013C. Grayscale: #DEDEDE. Windows color (decimal): -5439805 or 12844716. OLE color: 12844716.

HSL color Cylindrical-coordinate representation of color #ACFEC3: hue angle of 136.83º 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 #ACFEC3 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB172254195-
CMYK0.3200.230.00
HSL136.83º97.62%83.53%-
HSV(B)136.83º32.28%99.61%-
XYZ62.3183.5964.48-
YUV222.76112.3391.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 195 (76.56% from 255) = 31.40%
R=27.70%
G=40.90%
B=31.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722541950.3200.230.00136.8397.6283.53
HexACFEC3200170896254
Octal254376303400270211142124
Binary10101100111111101100001110000001011101000100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEC3; }

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

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

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

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

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

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

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

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