#ACF5CC

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

Shades of Magic Mint #ACF5CC

Tints of Magic Mint #ACF5CC

Color information

#ACF5CC (or 0xACF5CC) is unknown color: approx Magic Mint. HEX triplet: AC, F5 and CC. RGB value is (172,245,204). Sum of RGB (Red+Green+Blue) = 172+245+204=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5CC is #530A33. Grayscale: #DADADA. Windows color (decimal): -5442100 or 13432236. OLE color: 13432236.

HSL color Cylindrical-coordinate representation of color #ACF5CC: hue angle of 146.3º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF5CC is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB172245204-
CMYK0.3000.170.04
HSL146.3º78.49%81.76%-
HSV(B)146.3º29.8%96.08%-
XYZ60.5678.4469.07-
YUV218.5119.8294.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 245 (96.09% from 255) = 39.45%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=27.70%
G=39.45%
B=32.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722452040.3000.170.04146.378.4981.76
HexACF5CC1E0114924e52
Octal254365314360214222116122
Binary101011001111010111001100111100100011001001001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF5CC; }

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

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

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

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

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

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

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

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