#86BEAB

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

Shades of Sea Nymph #86BEAB

Tints of Sea Nymph #86BEAB

Color information

#86BEAB (or 0x86BEAB) is unknown color: approx Sea Nymph. HEX triplet: 86, BE and AB. RGB value is (134,190,171). Sum of RGB (Red+Green+Blue) = 134+190+171=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #86BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BEAB is #794154. Grayscale: #ABABAB. Windows color (decimal): -7946581 or 11255430. OLE color: 11255430.

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

Color convert

RGB134190171-
CMYK0.2900.100.25
HSL159.64º30.11%63.53%-
HSV(B)159.64º29.47%74.51%-
XYZ35.644.8445.31-
YUV171.09127.95101.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.07%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=27.07%
G=38.38%
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.25
SystemRedGreenBlueCMYKHSL
Decimal1341901710.2900.100.25159.6430.1163.53
Hex86BEAB1D0A19a01e40
Octal206276253350123124036100
Binary10000110101111101010101111101010101100110100000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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