#87D6BB

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

Shades of Bermuda #87D6BB

Tints of Bermuda #87D6BB

Color information

#87D6BB (or 0x87D6BB) is unknown color: approx Bermuda. HEX triplet: 87, D6 and BB. RGB value is (135,214,187). Sum of RGB (Red+Green+Blue) = 135+214+187=536 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.19% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #87D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D6BB is #782944. Grayscale: #BBBBBB. Windows color (decimal): -7874885 or 12310151. OLE color: 12310151.

HSL color Cylindrical-coordinate representation of color #87D6BB: hue angle of 159.49º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87D6BB is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB135214187-
CMYK0.3700.130.16
HSL159.49º49.07%68.43%-
HSV(B)159.49º36.92%83.92%-
XYZ43.0156.8355.72-
YUV187.3127.8390.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.19%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=25.19%
G=39.93%
B=34.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1352141870.3700.130.16159.4949.0768.43
Hex87D6BB250D109f3144
Octal207326273450152023761104
Binary1000011111010110101110111001010110110000100111111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,214,187); }

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

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

 a { background-color: rgb(135,214,187); }

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

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

 span { border-color: rgb(135,214,187); }

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