#ACFCCC

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

Shades of Magic Mint #ACFCCC

Tints of Magic Mint #ACFCCC

Color information

#ACFCCC (or 0xACFCCC) is unknown color: approx Magic Mint. HEX triplet: AC, FC and CC. RGB value is (172,252,204). Sum of RGB (Red+Green+Blue) = 172+252+204=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCCC is #530333. Grayscale: #DEDEDE. Windows color (decimal): -5440308 or 13434028. OLE color: 13434028.

HSL color Cylindrical-coordinate representation of color #ACFCCC: hue angle of 144º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCCC is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB172252204-
CMYK0.3200.190.01
HSL144º93.02%83.14%-
HSV(B)144º31.75%98.82%-
XYZ62.7282.7569.79-
YUV222.61117.591.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.39%
GREEN value IS 252 (98.83% from 255) = 40.13%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=27.39%
G=40.13%
B=32.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722522040.3200.190.0114493.0283.14
HexACFCCC200131905d53
Octal254374314400231220135123
Binary10101100111111001100110010000001001111001000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCCC; }

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

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

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

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

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

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

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

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