#ACFDD5

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

Shades of Magic Mint #ACFDD5

Tints of Magic Mint #ACFDD5

Color information

#ACFDD5 (or 0xACFDD5) is unknown color: approx Magic Mint. HEX triplet: AC, FD and D5. RGB value is (172,253,213). Sum of RGB (Red+Green+Blue) = 172+253+213=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDD5 is #53022A. Grayscale: #E0E0E0. Windows color (decimal): -5440043 or 14024108. OLE color: 14024108.

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

Color convert

RGB172253213-
CMYK0.3200.160.01
HSL150.37º95.29%83.33%-
HSV(B)150.37º32.02%99.22%-
XYZ64.1583.8375.75-
YUV224.22121.6690.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.96%
GREEN value IS 253 (99.22% from 255) = 39.66%
BLUE value IS 213 (83.59% from 255) = 33.39%
R=26.96%
G=39.66%
B=33.39%

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
Decimal1722532130.3200.160.01150.3795.2983.33
HexACFDD5200101965f53
Octal254375325400201226137123
Binary10101100111111011101010110000001000011001011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDD5; }

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

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

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

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

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

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

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

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