#A5FCC6

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

Shades of Magic Mint #A5FCC6

Tints of Magic Mint #A5FCC6

Color information

#A5FCC6 (or 0xA5FCC6) is unknown color: approx Magic Mint. HEX triplet: A5, FC and C6. RGB value is (165,252,198). Sum of RGB (Red+Green+Blue) = 165+252+198=615 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.83% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FCC6 is #5A0339. Grayscale: #DBDBDB. Windows color (decimal): -5899066 or 13040805. OLE color: 13040805.

HSL color Cylindrical-coordinate representation of color #A5FCC6: hue angle of 142.76º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FCC6 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB165252198-
CMYK0.3500.210.01
HSL142.76º93.55%81.76%-
HSV(B)142.76º34.52%98.82%-
XYZ60.5281.766.01-
YUV219.83115.6888.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.83%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 198 (77.73% from 255) = 32.20%
R=26.83%
G=40.98%
B=32.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652521980.3500.210.01142.7693.5581.76
HexA5FCC62301518f5e52
Octal245374306430251217136122
Binary10100101111111001100011010001101010111000111110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FCC6; }

 p { color: rgb(165,252,198); }

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

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

 a { background-color: rgb(165,252,198); }

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

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

 span { border-color: rgb(165,252,198); }

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