#86AF96

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

Shades of Padua #86AF96

Tints of Padua #86AF96

Color information

#86AF96 (or 0x86AF96) is unknown color: approx Padua. HEX triplet: 86, AF and 96. RGB value is (134,175,150). Sum of RGB (Red+Green+Blue) = 134+175+150=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AF96 is #795069. Grayscale: #9F9F9F. Windows color (decimal): -7950442 or 9875334. OLE color: 9875334.

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

Color convert

RGB134175150-
CMYK0.2300.140.31
HSL143.41º20.4%60.59%-
HSV(B)143.41º23.43%68.63%-
XYZ30.6737.9334.56-
YUV159.89122.42109.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.19%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 150 (58.98% from 255) = 32.68%
R=29.19%
G=38.13%
B=32.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341751500.2300.140.31143.4120.460.59
Hex86AF96170E1F8f143d
Octal20625722627016372172475
Binary1000011010101111100101101011101110111111000111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,175,150); }

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

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

 a { background-color: rgb(134,175,150); }

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

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

 span { border-color: rgb(134,175,150); }

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