#ACF8CB

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

Shades of Magic Mint #ACF8CB

Tints of Magic Mint #ACF8CB

Color information

#ACF8CB (or 0xACF8CB) is unknown color: approx Magic Mint. HEX triplet: AC, F8 and CB. RGB value is (172,248,203). Sum of RGB (Red+Green+Blue) = 172+248+203=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8CB is #530734. Grayscale: #DCDCDC. Windows color (decimal): -5441333 or 13367468. OLE color: 13367468.

HSL color Cylindrical-coordinate representation of color #ACF8CB: hue angle of 144.47º 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 #ACF8CB is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB172248203-
CMYK0.3100.180.03
HSL144.47º84.44%82.35%-
HSV(B)144.47º30.65%97.25%-
XYZ61.3680.2268.75-
YUV220.15118.3293.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.61%
GREEN value IS 248 (97.27% from 255) = 39.81%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=27.61%
G=39.81%
B=32.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722482030.3100.180.03144.4784.4482.35
HexACF8CB1F0123905452
Octal254370313370223220124122
Binary10101100111110001100101111111010010111001000010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8CB; }

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

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

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

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

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

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

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

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