#86AC9F

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

Shades of Sea Nymph #86AC9F

Tints of Sea Nymph #86AC9F

Color information

#86AC9F (or 0x86AC9F) is unknown color: approx Sea Nymph. HEX triplet: 86, AC and 9F. RGB value is (134,172,159). Sum of RGB (Red+Green+Blue) = 134+172+159=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AC9F is #795360. Grayscale: #9F9F9F. Windows color (decimal): -7951201 or 10464390. OLE color: 10464390.

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

Color convert

RGB134172159-
CMYK0.2200.080.33
HSL159.47º18.63%60%-
HSV(B)159.47º22.09%67.45%-
XYZ30.8437.0838.33-
YUV159.16127.91110.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=28.82%
G=36.99%
B=34.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341721590.2200.080.33159.4718.6360
Hex86AC9F1608219f133c
Octal20625423726010412372374
Binary10000110101011001001111110110010001000011001111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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