#ACFECC

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

Shades of Magic Mint #ACFECC

Tints of Magic Mint #ACFECC

Color information

#ACFECC (or 0xACFECC) is unknown color: approx Magic Mint. HEX triplet: AC, FE and CC. RGB value is (172,254,204). Sum of RGB (Red+Green+Blue) = 172+254+204=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFECC is #530133. Grayscale: #DFDFDF. Windows color (decimal): -5439796 or 13434540. OLE color: 13434540.

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

Color convert

RGB172254204-
CMYK0.3200.200.00
HSL143.41º97.62%83.53%-
HSV(B)143.41º32.28%99.61%-
XYZ63.3584.0170-
YUV223.78116.8391.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=27.30%
G=40.32%
B=32.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542040.3200.200.00143.4197.6283.53
HexACFECC2001408f6254
Octal254376314400240217142124
Binary10101100111111101100110010000001010001000111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFECC; }

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

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

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

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

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

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

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

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