#87BCAD

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

Shades of Sea Nymph #87BCAD

Tints of Sea Nymph #87BCAD

Color information

#87BCAD (or 0x87BCAD) is unknown color: approx Sea Nymph. HEX triplet: 87, BC and AD. RGB value is (135,188,173). Sum of RGB (Red+Green+Blue) = 135+188+173=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #87BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BCAD is #784352. Grayscale: #AAAAAA. Windows color (decimal): -7881555 or 11385991. OLE color: 11385991.

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

Color convert

RGB135188173-
CMYK0.2800.080.26
HSL163.02º28.34%63.33%-
HSV(B)163.02º28.19%73.73%-
XYZ35.5244.1346.18-
YUV170.44129.44102.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=27.22%
G=37.90%
B=34.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351881730.2800.080.26163.0228.3463.33
Hex87BCAD1C081Aa31c3f
Octal20727425534010322433477
Binary1000011110111100101011011110001000110101010001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,188,173); }

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

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

 a { background-color: rgb(135,188,173); }

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

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

 span { border-color: rgb(135,188,173); }

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