#87DDBB

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

Shades of Bermuda #87DDBB

Tints of Bermuda #87DDBB

Color information

#87DDBB (or 0x87DDBB) is unknown color: approx Bermuda. HEX triplet: 87, DD and BB. RGB value is (135,221,187). Sum of RGB (Red+Green+Blue) = 135+221+187=543 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.86% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #87DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DDBB is #782244. Grayscale: #BFBFBF. Windows color (decimal): -7873093 or 12311943. OLE color: 12311943.

HSL color Cylindrical-coordinate representation of color #87DDBB: hue angle of 156.28º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DDBB is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB135221187-
CMYK0.3900.150.13
HSL156.28º55.84%69.8%-
HSV(B)156.28º38.91%86.67%-
XYZ44.8260.4556.32-
YUV191.41125.5187.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.86%
GREEN value IS 221 (86.72% from 255) = 40.70%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=24.86%
G=40.70%
B=34.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1352211870.3900.150.13156.2855.8469.8
Hex87DDBB270FD9c3846
Octal207335273470171523470106
Binary100001111101110110111011100111011111101100111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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