#87BAAC

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

Shades of Sea Nymph #87BAAC

Tints of Sea Nymph #87BAAC

Color information

#87BAAC (or 0x87BAAC) is unknown color: approx Sea Nymph. HEX triplet: 87, BA and AC. RGB value is (135,186,172). Sum of RGB (Red+Green+Blue) = 135+186+172=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #87BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BAAC is #784553. Grayscale: #A9A9A9. Windows color (decimal): -7882068 or 11319943. OLE color: 11319943.

HSL color Cylindrical-coordinate representation of color #87BAAC: hue angle of 163.53º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87BAAC is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB135186172-
CMYK0.2700.080.27
HSL163.53º26.98%62.94%-
HSV(B)163.53º27.42%72.94%-
XYZ3543.2545.53-
YUV169.15129.6103.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.38%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=27.38%
G=37.73%
B=34.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351861720.2700.080.27163.5326.9862.94
Hex87BAAC1B081Ba41b3f
Octal20727225433010332443377
Binary1000011110111010101011001101101000110111010010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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