#87B6A1

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

Shades of Sea Nymph #87B6A1

Tints of Sea Nymph #87B6A1

Color information

#87B6A1 (or 0x87B6A1) is unknown color: approx Sea Nymph. HEX triplet: 87, B6 and A1. RGB value is (135,182,161). Sum of RGB (Red+Green+Blue) = 135+182+161=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #87B6A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B6A1 is #78495E. Grayscale: #A5A5A5. Windows color (decimal): -7883103 or 10598023. OLE color: 10598023.

HSL color Cylindrical-coordinate representation of color #87B6A1: hue angle of 153.19º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87B6A1 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB135182161-
CMYK0.2600.120.29
HSL153.19º24.35%62.16%-
HSV(B)153.19º25.82%71.37%-
XYZ33.1541.1839.92-
YUV165.55125.43106.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.24%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=28.24%
G=38.08%
B=33.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351821610.2600.120.29153.1924.3562.16
Hex87B6A11A0C1D99183e
Octal20726624132014352313076
Binary1000011110110110101000011101001100111011001100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,182,161); }

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

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

 a { background-color: rgb(135,182,161); }

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

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

 span { border-color: rgb(135,182,161); }

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