#A5FBC3

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

Shades of Magic Mint #A5FBC3

Tints of Magic Mint #A5FBC3

Color information

#A5FBC3 (or 0xA5FBC3) is unknown color: approx Magic Mint. HEX triplet: A5, FB and C3. RGB value is (165,251,195). Sum of RGB (Red+Green+Blue) = 165+251+195=611 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.00% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBC3 is #5A043C. Grayscale: #DBDBDB. Windows color (decimal): -5899325 or 12843941. OLE color: 12843941.

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

Color convert

RGB165251195-
CMYK0.3400.220.02
HSL140.93º91.49%81.57%-
HSV(B)140.93º34.26%98.43%-
XYZ59.8680.9364.1-
YUV218.9114.5189.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.00%
GREEN value IS 251 (98.44% from 255) = 41.08%
BLUE value IS 195 (76.56% from 255) = 31.91%
R=27.00%
G=41.08%
B=31.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652511950.3400.220.02140.9391.4981.57
HexA5FBC32201628d5b52
Octal245373303420262215133122
Binary101001011111101111000011100010010110101000110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FBC3; }

 p { color: rgb(165,251,195); }

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

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

 a { background-color: rgb(165,251,195); }

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

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

 span { border-color: rgb(165,251,195); }

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