#A4F1CA

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

Shades of Magic Mint #A4F1CA

Tints of Magic Mint #A4F1CA

Color information

#A4F1CA (or 0xA4F1CA) is unknown color: approx Magic Mint. HEX triplet: A4, F1 and CA. RGB value is (164,241,202). Sum of RGB (Red+Green+Blue) = 164+241+202=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F1CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F1CA is #5B0E35. Grayscale: #D5D5D5. Windows color (decimal): -5967414 or 13300132. OLE color: 13300132.

HSL color Cylindrical-coordinate representation of color #A4F1CA: hue angle of 149.61º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4F1CA is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB164241202-
CMYK0.3200.160.05
HSL149.61º73.33%79.41%-
HSV(B)149.61º31.95%94.51%-
XYZ57.4375.0767.34-
YUV213.53121.4992.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.02%
GREEN value IS 241 (94.53% from 255) = 39.70%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=27.02%
G=39.70%
B=33.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642412020.3200.160.05149.6173.3379.41
HexA4F1CA20010596494f
Octal244361312400205226111117
Binary1010010011110001110010101000000100001011001011010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F1CA; }

 p { color: rgb(164,241,202); }

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

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

 a { background-color: rgb(164,241,202); }

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

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

 span { border-color: rgb(164,241,202); }

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