#ACF5CB

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

Shades of Magic Mint #ACF5CB

Tints of Magic Mint #ACF5CB

Color information

#ACF5CB (or 0xACF5CB) is unknown color: approx Magic Mint. HEX triplet: AC, F5 and CB. RGB value is (172,245,203). Sum of RGB (Red+Green+Blue) = 172+245+203=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 245 (96.09% from 255 or 39.52% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5CB is #530A34. Grayscale: #DADADA. Windows color (decimal): -5442101 or 13366700. OLE color: 13366700.

HSL color Cylindrical-coordinate representation of color #ACF5CB: hue angle of 145.48º 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 #ACF5CB is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB172245203-
CMYK0.3000.170.04
HSL145.48º78.49%81.76%-
HSV(B)145.48º29.8%96.08%-
XYZ60.4578.3968.44-
YUV218.38119.3294.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.74%
GREEN value IS 245 (96.09% from 255) = 39.52%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=27.74%
G=39.52%
B=32.74%

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
Decimal1722452030.3000.170.04145.4878.4981.76
HexACF5CB1E0114914e52
Octal254365313360214221116122
Binary101011001111010111001011111100100011001001000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF5CB; }

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

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

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

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

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

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

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

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