#87B0A7

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

Shades of Sea Nymph #87B0A7

Tints of Sea Nymph #87B0A7

Color information

#87B0A7 (or 0x87B0A7) is unknown color: approx Sea Nymph. HEX triplet: 87, B0 and A7. RGB value is (135,176,167). Sum of RGB (Red+Green+Blue) = 135+176+167=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #87B0A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87B0A7 is #784F58. Grayscale: #A2A2A2. Windows color (decimal): -7884633 or 10989703. OLE color: 10989703.

HSL color Cylindrical-coordinate representation of color #87B0A7: hue angle of 166.83º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87B0A7 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB135176167-
CMYK0.2300.050.31
HSL166.83º20.6%60.98%-
HSV(B)166.83º23.3%69.02%-
XYZ32.4938.9942.37-
YUV162.72130.42108.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.24%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 167 (65.62% from 255) = 34.94%
R=28.24%
G=36.82%
B=34.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351761670.2300.050.31166.8320.660.98
Hex87B0A717051Fa7153d
Octal2072602472705372472575
Binary100001111011000010100111101110101111111010011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,176,167); }

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

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

 a { background-color: rgb(135,176,167); }

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

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

 span { border-color: rgb(135,176,167); }

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