#87BCA9

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

Shades of Sea Nymph #87BCA9

Tints of Sea Nymph #87BCA9

Color information

#87BCA9 (or 0x87BCA9) is unknown color: approx Sea Nymph. HEX triplet: 87, BC and A9. RGB value is (135,188,169). Sum of RGB (Red+Green+Blue) = 135+188+169=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #87BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BCA9 is #784356. Grayscale: #AAAAAA. Windows color (decimal): -7881559 or 11123847. OLE color: 11123847.

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

Color convert

RGB135188169-
CMYK0.2800.100.26
HSL158.49º28.34%63.33%-
HSV(B)158.49º28.19%73.73%-
XYZ35.1443.9844.17-
YUV169.99127.44103.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.44%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 169 (66.41% from 255) = 34.35%
R=27.44%
G=38.21%
B=34.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351881690.2800.100.26158.4928.3463.33
Hex87BCA91C0A1A9e1c3f
Octal20727425134012322363477
Binary1000011110111100101010011110001010110101001111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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