#A5F7BF

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

Shades of Magic Mint #A5F7BF

Tints of Magic Mint #A5F7BF

Color information

#A5F7BF (or 0xA5F7BF) is unknown color: approx Magic Mint. HEX triplet: A5, F7 and BF. RGB value is (165,247,191). Sum of RGB (Red+Green+Blue) = 165+247+191=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F7BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F7BF is #5A0840. Grayscale: #D8D8D8. Windows color (decimal): -5900353 or 12580773. OLE color: 12580773.

HSL color Cylindrical-coordinate representation of color #A5F7BF: hue angle of 139.02º 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 #A5F7BF is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB165247191-
CMYK0.3300.230.03
HSL139.02º83.67%80.78%-
HSV(B)139.02º33.2%96.86%-
XYZ58.1878.2861.33-
YUV216.1113.8391.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.36%
GREEN value IS 247 (96.88% from 255) = 40.96%
BLUE value IS 191 (75% from 255) = 31.67%
R=27.36%
G=40.96%
B=31.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652471910.3300.230.03139.0283.6780.78
HexA5F7BF2101738b5451
Octal245367277410273213124121
Binary101001011111011110111111100001010111111000101110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F7BF; }

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

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

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

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

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

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

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

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