#86BAA9

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

Shades of Sea Nymph #86BAA9

Tints of Sea Nymph #86BAA9

Color information

#86BAA9 (or 0x86BAA9) is unknown color: approx Sea Nymph. HEX triplet: 86, BA and A9. RGB value is (134,186,169). Sum of RGB (Red+Green+Blue) = 134+186+169=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #86BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BAA9 is #794556. Grayscale: #A8A8A8. Windows color (decimal): -7947607 or 11123334. OLE color: 11123334.

HSL color Cylindrical-coordinate representation of color #86BAA9: hue angle of 160.38º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86BAA9 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB134186169-
CMYK0.2800.090.27
HSL160.38º27.37%62.75%-
HSV(B)160.38º27.96%72.94%-
XYZ34.5543.0544.02-
YUV168.51128.27103.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.40%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 169 (66.41% from 255) = 34.56%
R=27.40%
G=38.04%
B=34.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341861690.2800.090.27160.3827.3762.75
Hex86BAA91C091Ba01b3f
Octal20627225134011332403377
Binary1000011010111010101010011110001001110111010000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,186,169); }

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

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

 a { background-color: rgb(134,186,169); }

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

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

 span { border-color: rgb(134,186,169); }

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