#ACF1CD

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

Shades of Magic Mint #ACF1CD

Tints of Magic Mint #ACF1CD

Color information

#ACF1CD (or 0xACF1CD) is unknown color: approx Magic Mint. HEX triplet: AC, F1 and CD. RGB value is (172,241,205). Sum of RGB (Red+Green+Blue) = 172+241+205=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1CD is #530E32. Grayscale: #D8D8D8. Windows color (decimal): -5443123 or 13496748. OLE color: 13496748.

HSL color Cylindrical-coordinate representation of color #ACF1CD: hue angle of 148.7º 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 #ACF1CD is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB172241205-
CMYK0.2900.150.05
HSL148.7º71.13%80.98%-
HSV(B)148.7º28.63%94.51%-
XYZ59.4976.0969.31-
YUV216.26121.6496.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=27.83%
G=39.00%
B=33.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722412050.2900.150.05148.771.1380.98
HexACF1CD1D0F5954751
Octal254361315350175225107121
Binary10101100111100011100110111101011111011001010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1CD; }

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

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

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

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

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

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

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

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