#85FFA3

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

Shades of Mint Green #85FFA3

Tints of Mint Green #85FFA3

Color information

#85FFA3 (or 0x85FFA3) is unknown color: approx Mint Green. HEX triplet: 85, FF and A3. RGB value is (133,255,163). Sum of RGB (Red+Green+Blue) = 133+255+163=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FFA3 is #7A005C. Grayscale: #D0D0D0. Windows color (decimal): -7995485 or 10747781. OLE color: 10747781.

HSL color Cylindrical-coordinate representation of color #85FFA3: hue angle of 134.75º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFA3 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB133255163-
CMYK0.4800.360
HSL134.75º100%76.08%-
HSV(B)134.75º47.84%100%-
XYZ52.0479.1547.18-
YUV208.03102.5874.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.14%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 163 (64.06% from 255) = 29.58%
R=24.14%
G=46.28%
B=29.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332551630.4800.360134.7510076.08
Hex85FFA330024087644c
Octal205377243600440207144114
Binary100001011111111110100011110000010010001000011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85FFA3; }

 p { color: rgb(133,255,163); }

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

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

 a { background-color: rgb(133,255,163); }

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

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

 span { border-color: rgb(133,255,163); }

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