#86AD99

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

Shades of Padua #86AD99

Tints of Padua #86AD99

Color information

#86AD99 (or 0x86AD99) is unknown color: approx Padua. HEX triplet: 86, AD and 99. RGB value is (134,173,153). Sum of RGB (Red+Green+Blue) = 134+173+153=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AD99 is #795266. Grayscale: #9F9F9F. Windows color (decimal): -7950951 or 10071430. OLE color: 10071430.

HSL color Cylindrical-coordinate representation of color #86AD99: hue angle of 149.23º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AD99 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB134173153-
CMYK0.2300.120.32
HSL149.23º19.21%60.2%-
HSV(B)149.23º22.54%67.84%-
XYZ30.5237.2635.72-
YUV159.06124.58110.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.13%
GREEN value IS 173 (67.97% from 255) = 37.61%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=29.13%
G=37.61%
B=33.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341731530.2300.120.32149.2319.2160.2
Hex86AD99170C2095133c
Octal20625523127014402252374
Binary10000110101011011001100110111011001000001001010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,173,153); }

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

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

 a { background-color: rgb(134,173,153); }

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

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

 span { border-color: rgb(134,173,153); }

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