#87BCAB

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

Shades of Sea Nymph #87BCAB

Tints of Sea Nymph #87BCAB

Color information

#87BCAB (or 0x87BCAB) is unknown color: approx Sea Nymph. HEX triplet: 87, BC and AB. RGB value is (135,188,171). Sum of RGB (Red+Green+Blue) = 135+188+171=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #87BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BCAB is #784354. Grayscale: #AAAAAA. Windows color (decimal): -7881557 or 11254919. OLE color: 11254919.

HSL color Cylindrical-coordinate representation of color #87BCAB: hue angle of 160.75º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87BCAB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB135188171-
CMYK0.2800.090.26
HSL160.75º28.34%63.33%-
HSV(B)160.75º28.19%73.73%-
XYZ35.3344.0645.17-
YUV170.22128.44102.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=27.33%
G=38.06%
B=34.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351881710.2800.090.26160.7528.3463.33
Hex87BCAB1C091Aa11c3f
Octal20727425334011322413477
Binary1000011110111100101010111110001001110101010000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87BCAB; }

 p { color: rgb(135,188,171); }

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

<style>
 a { background-color: #87BCAB; }

 a { background-color: rgb(135,188,171); }

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

<style>
 span { border-color: #87BCAB; }

 span { border-color: rgb(135,188,171); }

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