#86BCAA

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

Shades of Sea Nymph #86BCAA

Tints of Sea Nymph #86BCAA

Color information

#86BCAA (or 0x86BCAA) is unknown color: approx Sea Nymph. HEX triplet: 86, BC and AA. RGB value is (134,188,170). Sum of RGB (Red+Green+Blue) = 134+188+170=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #86BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BCAA is #794355. Grayscale: #A9A9A9. Windows color (decimal): -7947094 or 11189382. OLE color: 11189382.

HSL color Cylindrical-coordinate representation of color #86BCAA: hue angle of 160º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BCAA is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB134188170-
CMYK0.2900.100.26
HSL160º28.72%63.14%-
HSV(B)160º28.72%73.73%-
XYZ35.0743.9444.66-
YUV169.8128.11102.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.24%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=27.24%
G=38.21%
B=34.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341881700.2900.100.2616028.7263.14
Hex86BCAA1D0A1Aa01d3f
Octal20627425235012322403577
Binary1000011010111100101010101110101010110101010000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,188,170); }

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

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

 a { background-color: rgb(134,188,170); }

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

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

 span { border-color: rgb(134,188,170); }

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