#A5F3BF

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

Shades of Magic Mint #A5F3BF

Tints of Magic Mint #A5F3BF

Color information

#A5F3BF (or 0xA5F3BF) is unknown color: approx Magic Mint. HEX triplet: A5, F3 and BF. RGB value is (165,243,191). Sum of RGB (Red+Green+Blue) = 165+243+191=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F3BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F3BF is #5A0C40. Grayscale: #D5D5D5. Windows color (decimal): -5901377 or 12579749. OLE color: 12579749.

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

Color convert

RGB165243191-
CMYK0.3200.210.05
HSL140º76.47%80%-
HSV(B)140º32.1%95.29%-
XYZ56.9775.8660.93-
YUV213.75115.1693.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.55%
GREEN value IS 243 (95.31% from 255) = 40.57%
BLUE value IS 191 (75% from 255) = 31.89%
R=27.55%
G=40.57%
B=31.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652431910.3200.210.0514076.4780
HexA5F3BF2001558c4c50
Octal245363277400255214114120
Binary1010010111110011101111111000000101011011000110010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F3BF; }

 p { color: rgb(165,243,191); }

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

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

 a { background-color: rgb(165,243,191); }

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

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

 span { border-color: rgb(165,243,191); }

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