#87C5BF

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

Shades of Bermuda #87C5BF

Tints of Bermuda #87C5BF

Color information

#87C5BF (or 0x87C5BF) is unknown color: approx Bermuda. HEX triplet: 87, C5 and BF. RGB value is (135,197,191). Sum of RGB (Red+Green+Blue) = 135+197+191=523 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.81% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 197 - color contains mainly: green. Hex color #87C5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C5BF is #783A40. Grayscale: #B1B1B1. Windows color (decimal): -7879233 or 12567943. OLE color: 12567943.

HSL color Cylindrical-coordinate representation of color #87C5BF: hue angle of 174.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87C5BF is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB135197191-
CMYK0.3100.030.23
HSL174.19º34.83%65.1%-
HSV(B)174.19º31.47%77.25%-
XYZ39.3648.8456.64-
YUV177.78135.4697.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.81%
GREEN value IS 197 (77.34% from 255) = 37.67%
BLUE value IS 191 (75% from 255) = 36.52%
R=25.81%
G=37.67%
B=36.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1351971910.3100.030.23174.1934.8365.1
Hex87C5BF1F0317ae2341
Octal20730527737032725643101
Binary1000011111000101101111111111101110111101011101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,197,191); }

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

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

 a { background-color: rgb(135,197,191); }

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

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

 span { border-color: rgb(135,197,191); }

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