#87B1A2

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

Shades of Sea Nymph #87B1A2

Tints of Sea Nymph #87B1A2

Color information

#87B1A2 (or 0x87B1A2) is unknown color: approx Sea Nymph. HEX triplet: 87, B1 and A2. RGB value is (135,177,162). Sum of RGB (Red+Green+Blue) = 135+177+162=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #87B1A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87B1A2 is #784E5D. Grayscale: #A2A2A2. Windows color (decimal): -7884382 or 10662279. OLE color: 10662279.

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

Color convert

RGB135177162-
CMYK0.2400.080.31
HSL158.57º21.21%61.18%-
HSV(B)158.57º23.73%69.41%-
XYZ32.2439.240.05-
YUV162.73127.59108.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.48%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 162 (63.67% from 255) = 34.18%
R=28.48%
G=37.34%
B=34.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351771620.2400.080.31158.5721.2161.18
Hex87B1A218081F9f153d
Octal20726124230010372372575
Binary1000011110110001101000101100001000111111001111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,177,162); }

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

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

 a { background-color: rgb(135,177,162); }

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

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

 span { border-color: rgb(135,177,162); }

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