#86BCAB

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

Shades of Sea Nymph #86BCAB

Tints of Sea Nymph #86BCAB

Color information

#86BCAB (or 0x86BCAB) is unknown color: approx Sea Nymph. HEX triplet: 86, BC and AB. RGB value is (134,188,171). Sum of RGB (Red+Green+Blue) = 134+188+171=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #86BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BCAB is #794354. Grayscale: #A9A9A9. Windows color (decimal): -7947093 or 11254918. OLE color: 11254918.

HSL color Cylindrical-coordinate representation of color #86BCAB: hue angle of 161.11º 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 #86BCAB is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB134188171-
CMYK0.2900.090.26
HSL161.11º28.72%63.14%-
HSV(B)161.11º28.72%73.73%-
XYZ35.1743.9845.16-
YUV169.92128.61102.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.18%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=27.18%
G=38.13%
B=34.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341881710.2900.090.26161.1128.7263.14
Hex86BCAB1D091Aa11d3f
Octal20627425335011322413577
Binary1000011010111100101010111110101001110101010000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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