#A5F7CA

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

Shades of Magic Mint #A5F7CA

Tints of Magic Mint #A5F7CA

Color information

#A5F7CA (or 0xA5F7CA) is unknown color: approx Magic Mint. HEX triplet: A5, F7 and CA. RGB value is (165,247,202). Sum of RGB (Red+Green+Blue) = 165+247+202=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F7CA is #5A0835. Grayscale: #D9D9D9. Windows color (decimal): -5900342 or 13301669. OLE color: 13301669.

HSL color Cylindrical-coordinate representation of color #A5F7CA: hue angle of 147.07º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F7CA is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB165247202-
CMYK0.3300.180.03
HSL147.07º83.67%80.78%-
HSV(B)147.07º33.2%96.86%-
XYZ59.4478.7967.95-
YUV217.35119.3390.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.87%
GREEN value IS 247 (96.88% from 255) = 40.23%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=26.87%
G=40.23%
B=32.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652472020.3300.180.03147.0783.6780.78
HexA5F7CA210123935451
Octal245367312410223223124121
Binary101001011111011111001010100001010010111001001110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F7CA; }

 p { color: rgb(165,247,202); }

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

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

 a { background-color: rgb(165,247,202); }

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

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

 span { border-color: rgb(165,247,202); }

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