#85FFA0

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

Shades of Mint Green #85FFA0

Tints of Mint Green #85FFA0

Color information

#85FFA0 (or 0x85FFA0) is unknown color: approx Mint Green. HEX triplet: 85, FF and A0. RGB value is (133,255,160). Sum of RGB (Red+Green+Blue) = 133+255+160=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FFA0 is #7A005F. Grayscale: #CFCFCF. Windows color (decimal): -7995488 or 10551173. OLE color: 10551173.

HSL color Cylindrical-coordinate representation of color #85FFA0: hue angle of 133.28º 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 #85FFA0 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB133255160-
CMYK0.4800.370
HSL133.28º100%76.08%-
HSV(B)133.28º47.84%100%-
XYZ51.7879.0445.79-
YUV207.69101.0874.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.27%
GREEN value IS 255 (100% from 255) = 46.53%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=24.27%
G=46.53%
B=29.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332551600.4800.370133.2810076.08
Hex85FFA030025085644c
Octal205377240600450205144114
Binary100001011111111110100000110000010010101000010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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