#87DBBB

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

Shades of Bermuda #87DBBB

Tints of Bermuda #87DBBB

Color information

#87DBBB (or 0x87DBBB) is unknown color: approx Bermuda. HEX triplet: 87, DB and BB. RGB value is (135,219,187). Sum of RGB (Red+Green+Blue) = 135+219+187=541 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.95% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #87DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DBBB is #782444. Grayscale: #BEBEBE. Windows color (decimal): -7873605 or 12311431. OLE color: 12311431.

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

Color convert

RGB135219187-
CMYK0.3800.150.14
HSL157.14º53.85%69.41%-
HSV(B)157.14º38.36%85.88%-
XYZ44.2959.456.14-
YUV190.24126.1788.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.95%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=24.95%
G=40.48%
B=34.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352191870.3800.150.14157.1453.8569.41
Hex87DBBB260FE9d3645
Octal207333273460171623566105
Binary100001111101101110111011100110011111110100111011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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