#ACFDD4

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

Shades of Magic Mint #ACFDD4

Tints of Magic Mint #ACFDD4

Color information

#ACFDD4 (or 0xACFDD4) is unknown color: approx Magic Mint. HEX triplet: AC, FD and D4. RGB value is (172,253,212). Sum of RGB (Red+Green+Blue) = 172+253+212=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDD4 is #53022B. Grayscale: #E0E0E0. Windows color (decimal): -5440044 or 13958572. OLE color: 13958572.

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

Color convert

RGB172253212-
CMYK0.3200.160.01
HSL149.63º95.29%83.33%-
HSV(B)149.63º32.02%99.22%-
XYZ64.0283.7775.08-
YUV224.11121.1690.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 253 (99.22% from 255) = 39.72%
BLUE value IS 212 (83.20% from 255) = 33.28%
R=27.00%
G=39.72%
B=33.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722532120.3200.160.01149.6395.2983.33
HexACFDD4200101965f53
Octal254375324400201226137123
Binary10101100111111011101010010000001000011001011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDD4; }

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

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

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

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

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

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

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

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