#86B698

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

Shades of Padua #86B698

Tints of Padua #86B698

Color information

#86B698 (or 0x86B698) is unknown color: approx Padua. HEX triplet: 86, B6 and 98. RGB value is (134,182,152). Sum of RGB (Red+Green+Blue) = 134+182+152=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #86B698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B698 is #794967. Grayscale: #A4A4A4. Windows color (decimal): -7948648 or 10008198. OLE color: 10008198.

HSL color Cylindrical-coordinate representation of color #86B698: hue angle of 142.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B698 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB134182152-
CMYK0.2600.160.29
HSL142.5º24.74%61.96%-
HSV(B)142.5º26.37%71.37%-
XYZ32.2340.7935.88-
YUV164.23121.1106.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.63%
GREEN value IS 182 (71.48% from 255) = 38.89%
BLUE value IS 152 (59.77% from 255) = 32.48%
R=28.63%
G=38.89%
B=32.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341821520.2600.160.29142.524.7461.96
Hex86B6981A0101D8e193e
Octal20626623032020352163176
Binary10000110101101101001100011010010000111011000111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,182,152); }

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

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

 a { background-color: rgb(134,182,152); }

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

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

 span { border-color: rgb(134,182,152); }

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