#87C2BE

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

Shades of Bermuda #87C2BE

Tints of Bermuda #87C2BE

Color information

#87C2BE (or 0x87C2BE) is unknown color: approx Bermuda. HEX triplet: 87, C2 and BE. RGB value is (135,194,190). Sum of RGB (Red+Green+Blue) = 135+194+190=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #87C2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C2BE is #783D41. Grayscale: #AFAFAF. Windows color (decimal): -7880002 or 12501639. OLE color: 12501639.

HSL color Cylindrical-coordinate representation of color #87C2BE: hue angle of 175.93º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87C2BE is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB135194190-
CMYK0.3000.020.24
HSL175.93º32.6%64.51%-
HSV(B)175.93º30.41%76.08%-
XYZ38.5847.4555.84-
YUV175.9135.9598.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.01%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=26.01%
G=37.38%
B=36.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351941900.3000.020.24175.9332.664.51
Hex87C2BE1E0218b02141
Octal20730227636023026041101
Binary1000011111000010101111101111001011000101100001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,194,190); }

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

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

 a { background-color: rgb(135,194,190); }

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

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

 span { border-color: rgb(135,194,190); }

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