#89DCBB

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

Shades of Bermuda #89DCBB

Tints of Bermuda #89DCBB

Color information

#89DCBB (or 0x89DCBB) is unknown color: approx Bermuda. HEX triplet: 89, DC and BB. RGB value is (137,220,187). Sum of RGB (Red+Green+Blue) = 137+220+187=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCBB is #762344. Grayscale: #BFBFBF. Windows color (decimal): -7742277 or 12311689. OLE color: 12311689.

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

Color convert

RGB137220187-
CMYK0.3800.150.14
HSL156.14º54.25%70%-
HSV(B)156.14º37.73%86.27%-
XYZ44.8860.0956.25-
YUV191.42125.589.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.18%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=25.18%
G=40.44%
B=34.38%

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
Decimal1372201870.3800.150.14156.1454.2570
Hex89DCBB260FE9c3646
Octal211334273460171623466106
Binary100010011101110010111011100110011111110100111001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89DCBB; }

 p { color: rgb(137,220,187); }

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

<style>
 a { background-color: #89DCBB; }

 a { background-color: rgb(137,220,187); }

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

<style>
 span { border-color: #89DCBB; }

 span { border-color: rgb(137,220,187); }

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