#ACF9CC

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

Shades of Magic Mint #ACF9CC

Tints of Magic Mint #ACF9CC

Color information

#ACF9CC (or 0xACF9CC) is unknown color: approx Magic Mint. HEX triplet: AC, F9 and CC. RGB value is (172,249,204). Sum of RGB (Red+Green+Blue) = 172+249+204=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9CC is #530633. Grayscale: #DCDCDC. Windows color (decimal): -5441076 or 13433260. OLE color: 13433260.

HSL color Cylindrical-coordinate representation of color #ACF9CC: hue angle of 144.94º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9CC is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB172249204-
CMYK0.3100.180.02
HSL144.94º86.52%82.55%-
HSV(B)144.94º30.92%97.65%-
XYZ61.7980.8869.48-
YUV220.85118.4993.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.52%
GREEN value IS 249 (97.66% from 255) = 39.84%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=27.52%
G=39.84%
B=32.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722492040.3100.180.02144.9486.5282.55
HexACF9CC1F0122915753
Octal254371314370222221127123
Binary10101100111110011100110011111010010101001000110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9CC; }

 p { color: rgb(172,249,204); }

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

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

 a { background-color: rgb(172,249,204); }

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

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

 span { border-color: rgb(172,249,204); }

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