#86AC98

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

Shades of Padua #86AC98

Tints of Padua #86AC98

Color information

#86AC98 (or 0x86AC98) is unknown color: approx Padua. HEX triplet: 86, AC and 98. RGB value is (134,172,152). Sum of RGB (Red+Green+Blue) = 134+172+152=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AC98 is #795367. Grayscale: #9E9E9E. Windows color (decimal): -7951208 or 10005638. OLE color: 10005638.

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

Color convert

RGB134172152-
CMYK0.2200.120.33
HSL148.42º18.63%60%-
HSV(B)148.42º22.09%67.45%-
XYZ30.2536.8435.22-
YUV158.36124.41110.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.26%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 152 (59.77% from 255) = 33.19%
R=29.26%
G=37.55%
B=33.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341721520.2200.120.33148.4218.6360
Hex86AC98160C2194133c
Octal20625423026014412242374
Binary10000110101011001001100010110011001000011001010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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