#ACFDCF

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

Shades of Magic Mint #ACFDCF

Tints of Magic Mint #ACFDCF

Color information

#ACFDCF (or 0xACFDCF) is unknown color: approx Magic Mint. HEX triplet: AC, FD and CF. RGB value is (172,253,207). Sum of RGB (Red+Green+Blue) = 172+253+207=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDCF is #530230. Grayscale: #DFDFDF. Windows color (decimal): -5440049 or 13630892. OLE color: 13630892.

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

Color convert

RGB172253207-
CMYK0.3200.180.01
HSL145.93º95.29%83.33%-
HSV(B)145.93º32.02%99.22%-
XYZ63.483.5371.81-
YUV223.54118.6691.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.22%
GREEN value IS 253 (99.22% from 255) = 40.03%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=27.22%
G=40.03%
B=32.75%

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
Decimal1722532070.3200.180.01145.9395.2983.33
HexACFDCF200121925f53
Octal254375317400221222137123
Binary10101100111111011100111110000001001011001001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDCF; }

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

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

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

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

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

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

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

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