#ACF0D5

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

Shades of Magic Mint #ACF0D5

Tints of Magic Mint #ACF0D5

Color information

#ACF0D5 (or 0xACF0D5) is unknown color: approx Magic Mint. HEX triplet: AC, F0 and D5. RGB value is (172,240,213). Sum of RGB (Red+Green+Blue) = 172+240+213=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0D5 is #530F2A. Grayscale: #D8D8D8. Windows color (decimal): -5443371 or 14020780. OLE color: 14020780.

HSL color Cylindrical-coordinate representation of color #ACF0D5: hue angle of 156.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0D5 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB172240213-
CMYK0.2800.110.06
HSL156.18º69.39%80.78%-
HSV(B)156.18º28.33%94.12%-
XYZ60.1875.8974.43-
YUV216.59125.9796.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.52%
GREEN value IS 240 (94.14% from 255) = 38.4%
BLUE value IS 213 (83.59% from 255) = 34.08%
R=27.52%
G=38.4%
B=34.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722402130.2800.110.06156.1869.3980.78
HexACF0D51C0B69c4551
Octal254360325340136234105121
Binary10101100111100001101010111100010111101001110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0D5; }

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

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

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

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

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

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

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

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