#89DABB

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

Shades of Bermuda #89DABB

Tints of Bermuda #89DABB

Color information

#89DABB (or 0x89DABB) is unknown color: approx Bermuda. HEX triplet: 89, DA and BB. RGB value is (137,218,187). Sum of RGB (Red+Green+Blue) = 137+218+187=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #89DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DABB is #762544. Grayscale: #BEBEBE. Windows color (decimal): -7742789 or 12311177. OLE color: 12311177.

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

Color convert

RGB137218187-
CMYK0.3700.140.15
HSL157.04º52.26%69.61%-
HSV(B)157.04º37.16%85.49%-
XYZ44.3659.0556.07-
YUV190.25126.1690.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.28%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=25.28%
G=40.22%
B=34.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1372181870.3700.140.15157.0452.2669.61
Hex89DABB250EF9d3446
Octal211332273450161723564106
Binary100010011101101010111011100101011101111100111011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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