#87BCA5

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

Shades of Sea Nymph #87BCA5

Tints of Sea Nymph #87BCA5

Color information

#87BCA5 (or 0x87BCA5) is unknown color: approx Sea Nymph. HEX triplet: 87, BC and A5. RGB value is (135,188,165). Sum of RGB (Red+Green+Blue) = 135+188+165=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #87BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BCA5 is #78435A. Grayscale: #A9A9A9. Windows color (decimal): -7881563 or 10861703. OLE color: 10861703.

HSL color Cylindrical-coordinate representation of color #87BCA5: hue angle of 153.96º 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 #87BCA5 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB135188165-
CMYK0.2800.120.26
HSL153.96º28.34%63.33%-
HSV(B)153.96º28.19%73.73%-
XYZ34.7743.8342.23-
YUV169.53125.44103.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.66%
GREEN value IS 188 (73.83% from 255) = 38.52%
BLUE value IS 165 (64.84% from 255) = 33.81%
R=27.66%
G=38.52%
B=33.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351881650.2800.120.26153.9628.3463.33
Hex87BCA51C0C1A9a1c3f
Octal20727424534014322323477
Binary1000011110111100101001011110001100110101001101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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