#86BBAD

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

Shades of Sea Nymph #86BBAD

Tints of Sea Nymph #86BBAD

Color information

#86BBAD (or 0x86BBAD) is unknown color: approx Sea Nymph. HEX triplet: 86, BB and AD. RGB value is (134,187,173). Sum of RGB (Red+Green+Blue) = 134+187+173=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #86BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BBAD is #794452. Grayscale: #A9A9A9. Windows color (decimal): -7947347 or 11385734. OLE color: 11385734.

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

Color convert

RGB134187173-
CMYK0.2800.070.27
HSL164.15º28.04%62.94%-
HSV(B)164.15º28.34%73.33%-
XYZ35.1443.6346.1-
YUV169.56129.94102.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.13%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=27.13%
G=37.85%
B=35.02%

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
Decimal1341871730.2800.070.27164.1528.0462.94
Hex86BBAD1C071Ba41c3f
Octal2062732553407332443477
Binary100001101011101110101101111000111110111010010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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