#ACFECF

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

Shades of Magic Mint #ACFECF

Tints of Magic Mint #ACFECF

Color information

#ACFECF (or 0xACFECF) is unknown color: approx Magic Mint. HEX triplet: AC, FE and CF. RGB value is (172,254,207). Sum of RGB (Red+Green+Blue) = 172+254+207=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFECF is #530130. Grayscale: #E0E0E0. Windows color (decimal): -5439793 or 13631148. OLE color: 13631148.

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

Color convert

RGB172254207-
CMYK0.3200.190.00
HSL145.61º97.62%83.53%-
HSV(B)145.61º32.28%99.61%-
XYZ63.7284.1671.92-
YUV224.12118.3390.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.17%
GREEN value IS 254 (99.61% from 255) = 40.13%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=27.17%
G=40.13%
B=32.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542070.3200.190.00145.6197.6283.53
HexACFECF200130926254
Octal254376317400230222142124
Binary10101100111111101100111110000001001101001001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFECF; }

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

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

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

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

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

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

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

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