#ACF8C6

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

Shades of Magic Mint #ACF8C6

Tints of Magic Mint #ACF8C6

Color information

#ACF8C6 (or 0xACF8C6) is unknown color: approx Magic Mint. HEX triplet: AC, F8 and C6. RGB value is (172,248,198). Sum of RGB (Red+Green+Blue) = 172+248+198=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8C6 is #530739. Grayscale: #DBDBDB. Windows color (decimal): -5441338 or 13039788. OLE color: 13039788.

HSL color Cylindrical-coordinate representation of color #ACF8C6: hue angle of 140.53º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8C6 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB172248198-
CMYK0.3100.200.03
HSL140.53º84.44%82.35%-
HSV(B)140.53º30.65%97.25%-
XYZ60.7779.9865.66-
YUV219.58115.8294.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 248 (97.27% from 255) = 40.13%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=27.83%
G=40.13%
B=32.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481980.3100.200.03140.5384.4482.35
HexACF8C61F01438d5452
Octal254370306370243215124122
Binary10101100111110001100011011111010100111000110110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8C6; }

 p { color: rgb(172,248,198); }

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

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

 a { background-color: rgb(172,248,198); }

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

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

 span { border-color: rgb(172,248,198); }

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