#86FFAA

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

Shades of Mint Green #86FFAA

Tints of Mint Green #86FFAA

Color information

#86FFAA (or 0x86FFAA) is unknown color: approx Mint Green. HEX triplet: 86, FF and AA. RGB value is (134,255,170). Sum of RGB (Red+Green+Blue) = 134+255+170=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FFAA is #790055. Grayscale: #D1D1D1. Windows color (decimal): -7929942 or 11206534. OLE color: 11206534.

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

Color convert

RGB134255170-
CMYK0.4700.330
HSL137.85º100%76.27%-
HSV(B)137.85º47.45%100%-
XYZ52.8579.4950.59-
YUV209.13105.9174.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.97%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=23.97%
G=45.62%
B=30.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1342551700.4700.330137.8510076.27
Hex86FFAA2F02108a644c
Octal206377252570410212144114
Binary100001101111111110101010101111010000101000101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86FFAA; }

 p { color: rgb(134,255,170); }

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

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

 a { background-color: rgb(134,255,170); }

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

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

 span { border-color: rgb(134,255,170); }

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