#86B1AA

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

Shades of Sea Nymph #86B1AA

Tints of Sea Nymph #86B1AA

Color information

#86B1AA (or 0x86B1AA) is unknown color: approx Sea Nymph. HEX triplet: 86, B1 and AA. RGB value is (134,177,170). Sum of RGB (Red+Green+Blue) = 134+177+170=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #86B1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B1AA is #794E55. Grayscale: #A3A3A3. Windows color (decimal): -7949910 or 11186566. OLE color: 11186566.

HSL color Cylindrical-coordinate representation of color #86B1AA: hue angle of 170.23º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86B1AA is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB134177170-
CMYK0.2400.040.31
HSL170.23º21.61%60.98%-
HSV(B)170.23º24.29%69.41%-
XYZ32.8139.4143.91-
YUV163.34131.75107.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=27.86%
G=36.80%
B=35.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341771700.2400.040.31170.2321.6160.98
Hex86B1AA18041Faa163d
Octal2062612523004372522675
Binary100001101011000110101010110000100111111010101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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