#87D1BD

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

Shades of Bermuda #87D1BD

Tints of Bermuda #87D1BD

Color information

#87D1BD (or 0x87D1BD) is unknown color: approx Bermuda. HEX triplet: 87, D1 and BD. RGB value is (135,209,189). Sum of RGB (Red+Green+Blue) = 135+209+189=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #87D1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D1BD is #782E42. Grayscale: #B8B8B8. Windows color (decimal): -7876163 or 12439943. OLE color: 12439943.

HSL color Cylindrical-coordinate representation of color #87D1BD: hue angle of 163.78º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87D1BD is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB135209189-
CMYK0.3500.100.18
HSL163.78º44.58%67.45%-
HSV(B)163.78º35.41%81.96%-
XYZ41.9854.4356.44-
YUV184.59130.4892.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.33%
GREEN value IS 209 (82.03% from 255) = 39.21%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=25.33%
G=39.21%
B=35.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1352091890.3500.100.18163.7844.5867.45
Hex87D1BD230A12a42d43
Octal207321275430122224455103
Binary1000011111010001101111011000110101010010101001001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,209,189); }

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

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

 a { background-color: rgb(135,209,189); }

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

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

 span { border-color: rgb(135,209,189); }

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