#86B99F

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

Shades of Padua #86B99F

Tints of Padua #86B99F

Color information

#86B99F (or 0x86B99F) is unknown color: approx Padua. HEX triplet: 86, B9 and 9F. RGB value is (134,185,159). Sum of RGB (Red+Green+Blue) = 134+185+159=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #86B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B99F is #794660. Grayscale: #A6A6A6. Windows color (decimal): -7947873 or 10467718. OLE color: 10467718.

HSL color Cylindrical-coordinate representation of color #86B99F: hue angle of 149.41º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86B99F is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB134185159-
CMYK0.2800.140.27
HSL149.41º26.7%62.55%-
HSV(B)149.41º27.57%72.55%-
XYZ33.4442.2739.2-
YUV166.79123.6104.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.03%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=28.03%
G=38.70%
B=33.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341851590.2800.140.27149.4126.762.55
Hex86B99F1C0E1B951b3f
Octal20627123734016332253377
Binary1000011010111001100111111110001110110111001010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,185,159); }

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

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

 a { background-color: rgb(134,185,159); }

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

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

 span { border-color: rgb(134,185,159); }

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