#86B1AB

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

Shades of Sea Nymph #86B1AB

Tints of Sea Nymph #86B1AB

Color information

#86B1AB (or 0x86B1AB) is unknown color: approx Sea Nymph. HEX triplet: 86, B1 and AB. RGB value is (134,177,171). Sum of RGB (Red+Green+Blue) = 134+177+171=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #86B1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B1AB is #794E54. Grayscale: #A3A3A3. Windows color (decimal): -7949909 or 11252102. OLE color: 11252102.

HSL color Cylindrical-coordinate representation of color #86B1AB: hue angle of 171.63º 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 #86B1AB is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB134177171-
CMYK0.2400.030.31
HSL171.63º21.61%60.98%-
HSV(B)171.63º24.29%69.41%-
XYZ32.939.4544.41-
YUV163.46132.25106.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.80%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=27.80%
G=36.72%
B=35.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341771710.2400.030.31171.6321.6160.98
Hex86B1AB18031Fac163d
Octal2062612533003372542675
Binary10000110101100011010101111000011111111010110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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