#ACF1D8

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

Shades of Magic Mint #ACF1D8

Tints of Magic Mint #ACF1D8

Color information

#ACF1D8 (or 0xACF1D8) is unknown color: approx Magic Mint. HEX triplet: AC, F1 and D8. RGB value is (172,241,216). Sum of RGB (Red+Green+Blue) = 172+241+216=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1D8 is #530E27. Grayscale: #D9D9D9. Windows color (decimal): -5443112 or 14217644. OLE color: 14217644.

HSL color Cylindrical-coordinate representation of color #ACF1D8: hue angle of 158.26º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1D8 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB172241216-
CMYK0.2900.100.05
HSL158.26º71.13%80.98%-
HSV(B)158.26º28.63%94.51%-
XYZ60.8676.6476.55-
YUV217.52127.1495.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.34%
GREEN value IS 241 (94.53% from 255) = 38.31%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=27.34%
G=38.31%
B=34.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722412160.2900.100.05158.2671.1380.98
HexACF1D81D0A59e4751
Octal254361330350125236107121
Binary10101100111100011101100011101010101011001111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1D8; }

 p { color: rgb(172,241,216); }

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

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

 a { background-color: rgb(172,241,216); }

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

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

 span { border-color: rgb(172,241,216); }

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