#A4FCBF

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

Shades of Magic Mint #A4FCBF

Tints of Magic Mint #A4FCBF

Color information

#A4FCBF (or 0xA4FCBF) is unknown color: approx Magic Mint. HEX triplet: A4, FC and BF. RGB value is (164,252,191). Sum of RGB (Red+Green+Blue) = 164+252+191=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCBF is #5B0340. Grayscale: #DADADA. Windows color (decimal): -5964609 or 12582052. OLE color: 12582052.

HSL color Cylindrical-coordinate representation of color #A4FCBF: hue angle of 138.41º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FCBF is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB164252191-
CMYK0.3500.240.01
HSL138.41º93.62%81.57%-
HSV(B)138.41º34.92%98.82%-
XYZ59.5281.2761.84-
YUV218.73112.3588.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.02%
GREEN value IS 252 (98.83% from 255) = 41.52%
BLUE value IS 191 (75% from 255) = 31.47%
R=27.02%
G=41.52%
B=31.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642521910.3500.240.01138.4193.6281.57
HexA4FCBF2301818a5e52
Octal244374277430301212136122
Binary10100100111111001011111110001101100011000101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FCBF; }

 p { color: rgb(164,252,191); }

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

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

 a { background-color: rgb(164,252,191); }

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

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

 span { border-color: rgb(164,252,191); }

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