#a5f4c7

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

Shades of Magic Mint #A5F4C7

Tints of Magic Mint #A5F4C7

Color information

#A5F4C7 (or 0xA5F4C7) is unknown color: approx Magic Mint. HEX triplet: A5, F4 and C7. RGB value is (165,244,199). Sum of RGB (Red+Green+Blue) = 165+244+199=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F4C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F4C7 is #5A0B38. Grayscale: #D7D7D7. Windows color (decimal): -5901113 or 13104293. OLE color: 13104293.

HSL color Cylindrical-coordinate representation of color #A5F4C7: hue angle of 145.82º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F4C7 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB165244199-
CMYK0.3200.180.04
HSL145.82º78.22%80.2%-
HSV(B)145.82º32.38%95.69%-
XYZ58.1876.8265.8-
YUV215.25118.8392.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.14%
GREEN value IS 244 (95.70% from 255) = 40.13%
BLUE value IS 199 (78.12% from 255) = 32.73%
R=27.14%
G=40.13%
B=32.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1652441990.3200.180.04145.8278.2280.2
HexA5F4C7200124924e50
Octal245364307400224222116120
Binary1010010111110100110001111000000100101001001001010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5f4c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5f4c7; }

 p { color: rgb(165,244,199); }

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

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

 a { background-color: rgb(165,244,199); }

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

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

 span { border-color: rgb(165,244,199); }

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