#A5FABE

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

Shades of Magic Mint #A5FABE

Tints of Magic Mint #A5FABE

Color information

#A5FABE (or 0xA5FABE) is unknown color: approx Magic Mint. HEX triplet: A5, FA and BE. RGB value is (165,250,190). Sum of RGB (Red+Green+Blue) = 165+250+190=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FABE is #5A0541. Grayscale: #D9D9D9. Windows color (decimal): -5899586 or 12516005. OLE color: 12516005.

HSL color Cylindrical-coordinate representation of color #A5FABE: hue angle of 137.65º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FABE is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB165250190-
CMYK0.3400.240.02
HSL137.65º89.47%81.37%-
HSV(B)137.65º34%98.04%-
XYZ5980.0961.06-
YUV217.74112.3490.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.27%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=27.27%
G=41.32%
B=31.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652501900.3400.240.02137.6589.4781.37
HexA5FABE2201828a5951
Octal245372276420302212131121
Binary101001011111101010111110100010011000101000101010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FABE; }

 p { color: rgb(165,250,190); }

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

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

 a { background-color: rgb(165,250,190); }

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

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

 span { border-color: rgb(165,250,190); }

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