#86AD9F

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

Shades of Sea Nymph #86AD9F

Tints of Sea Nymph #86AD9F

Color information

#86AD9F (or 0x86AD9F) is unknown color: approx Sea Nymph. HEX triplet: 86, AD and 9F. RGB value is (134,173,159). Sum of RGB (Red+Green+Blue) = 134+173+159=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AD9F is #795260. Grayscale: #9F9F9F. Windows color (decimal): -7950945 or 10464646. OLE color: 10464646.

HSL color Cylindrical-coordinate representation of color #86AD9F: hue angle of 158.46º 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 #86AD9F is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB134173159-
CMYK0.2300.080.32
HSL158.46º19.21%60.2%-
HSV(B)158.46º22.54%67.84%-
XYZ31.0337.4638.4-
YUV159.74127.58109.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.76%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 159 (62.5% from 255) = 34.12%
R=28.76%
G=37.12%
B=34.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341731590.2300.080.32158.4619.2160.2
Hex86AD9F1708209e133c
Octal20625523727010402362374
Binary10000110101011011001111110111010001000001001111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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