#87D8BF

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

Shades of Bermuda #87D8BF

Tints of Bermuda #87D8BF

Color information

#87D8BF (or 0x87D8BF) is unknown color: approx Bermuda. HEX triplet: 87, D8 and BF. RGB value is (135,216,191). Sum of RGB (Red+Green+Blue) = 135+216+191=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #87D8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D8BF is #782740. Grayscale: #BCBCBC. Windows color (decimal): -7874369 or 12572807. OLE color: 12572807.

HSL color Cylindrical-coordinate representation of color #87D8BF: hue angle of 161.48º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87D8BF is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB135216191-
CMYK0.3800.120.15
HSL161.48º50.94%68.82%-
HSV(B)161.48º37.5%84.71%-
XYZ43.9558.0258.17-
YUV188.93129.1689.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.91%
GREEN value IS 216 (84.77% from 255) = 39.85%
BLUE value IS 191 (75% from 255) = 35.24%
R=24.91%
G=39.85%
B=35.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1352161910.3800.120.15161.4850.9468.82
Hex87D8BF260CFa13345
Octal207330277460141724163105
Binary100001111101100010111111100110011001111101000011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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