#ACFCCF

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

Shades of Magic Mint #ACFCCF

Tints of Magic Mint #ACFCCF

Color information

#ACFCCF (or 0xACFCCF) is unknown color: approx Magic Mint. HEX triplet: AC, FC and CF. RGB value is (172,252,207). Sum of RGB (Red+Green+Blue) = 172+252+207=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCCF is #530330. Grayscale: #DFDFDF. Windows color (decimal): -5440305 or 13630636. OLE color: 13630636.

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

Color convert

RGB172252207-
CMYK0.3200.180.01
HSL146.25º93.02%83.14%-
HSV(B)146.25º31.75%98.82%-
XYZ63.0982.971.71-
YUV222.9511991.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.26%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=27.26%
G=39.94%
B=32.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722522070.3200.180.01146.2593.0283.14
HexACFCCF200121925d53
Octal254374317400221222135123
Binary10101100111111001100111110000001001011001001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCCF; }

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

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

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

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

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

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

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

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