#86BEA9

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

Shades of Sea Nymph #86BEA9

Tints of Sea Nymph #86BEA9

Color information

#86BEA9 (or 0x86BEA9) is unknown color: approx Sea Nymph. HEX triplet: 86, BE and A9. RGB value is (134,190,169). Sum of RGB (Red+Green+Blue) = 134+190+169=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #86BEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BEA9 is #794156. Grayscale: #AAAAAA. Windows color (decimal): -7946583 or 11124358. OLE color: 11124358.

HSL color Cylindrical-coordinate representation of color #86BEA9: hue angle of 157.5º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BEA9 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB134190169-
CMYK0.2900.110.25
HSL157.5º30.11%63.53%-
HSV(B)157.5º29.47%74.51%-
XYZ35.4144.7644.31-
YUV170.86126.95101.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.18%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 169 (66.41% from 255) = 34.28%
R=27.18%
G=38.54%
B=34.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341901690.2900.110.25157.530.1163.53
Hex86BEA91D0B199e1e40
Octal206276251350133123636100
Binary10000110101111101010100111101010111100110011110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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