#87B7AC

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

Shades of Sea Nymph #87B7AC

Tints of Sea Nymph #87B7AC

Color information

#87B7AC (or 0x87B7AC) is unknown color: approx Sea Nymph. HEX triplet: 87, B7 and AC. RGB value is (135,183,172). Sum of RGB (Red+Green+Blue) = 135+183+172=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 183 - color contains mainly: green. Hex color #87B7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B7AC is #784853. Grayscale: #A7A7A7. Windows color (decimal): -7882836 or 11319175. OLE color: 11319175.

HSL color Cylindrical-coordinate representation of color #87B7AC: hue angle of 166.25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87B7AC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB135183172-
CMYK0.2600.060.28
HSL166.25º25%62.35%-
HSV(B)166.25º26.23%71.76%-
XYZ34.374245.32-
YUV167.39130.6104.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 183 (71.88% from 255) = 37.35%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=27.55%
G=37.35%
B=35.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1351831720.2600.060.28166.252562.35
Hex87B7AC1A061Ca6193e
Octal2072672543206342463176
Binary100001111011011110101100110100110111001010011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,183,172); }

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

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

 a { background-color: rgb(135,183,172); }

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

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

 span { border-color: rgb(135,183,172); }

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