#86BAAD

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

Shades of Sea Nymph #86BAAD

Tints of Sea Nymph #86BAAD

Color information

#86BAAD (or 0x86BAAD) is unknown color: approx Sea Nymph. HEX triplet: 86, BA and AD. RGB value is (134,186,173). Sum of RGB (Red+Green+Blue) = 134+186+173=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #86BAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BAAD is #794552. Grayscale: #A8A8A8. Windows color (decimal): -7947603 or 11385478. OLE color: 11385478.

HSL color Cylindrical-coordinate representation of color #86BAAD: hue angle of 165º 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 #86BAAD is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB134186173-
CMYK0.2800.070.27
HSL165º27.37%62.75%-
HSV(B)165º27.96%72.94%-
XYZ34.9343.246.03-
YUV168.97130.27103.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.18%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=27.18%
G=37.73%
B=35.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341861730.2800.070.2716527.3762.75
Hex86BAAD1C071Ba51b3f
Octal2062722553407332453377
Binary100001101011101010101101111000111110111010010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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