#86B09A

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

Shades of Padua #86B09A

Tints of Padua #86B09A

Color information

#86B09A (or 0x86B09A) is unknown color: approx Padua. HEX triplet: 86, B0 and 9A. RGB value is (134,176,154). Sum of RGB (Red+Green+Blue) = 134+176+154=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #86B09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B09A is #794F65. Grayscale: #A0A0A0. Windows color (decimal): -7950182 or 10137734. OLE color: 10137734.

HSL color Cylindrical-coordinate representation of color #86B09A: hue angle of 148.57º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86B09A is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB134176154-
CMYK0.2400.120.31
HSL148.57º21%60.78%-
HSV(B)148.57º23.86%69.02%-
XYZ31.1938.4536.35-
YUV160.93124.09108.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=28.88%
G=37.93%
B=33.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341761540.2400.120.31148.572160.78
Hex86B09A180C1F95153d
Octal20626023230014372252575
Binary1000011010110000100110101100001100111111001010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,176,154); }

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

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

 a { background-color: rgb(134,176,154); }

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

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

 span { border-color: rgb(134,176,154); }

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