#89DEBD

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

Shades of Bermuda #89DEBD

Tints of Bermuda #89DEBD

Color information

#89DEBD (or 0x89DEBD) is unknown color: approx Bermuda. HEX triplet: 89, DE and BD. RGB value is (137,222,189). Sum of RGB (Red+Green+Blue) = 137+222+189=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #89DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DEBD is #762142. Grayscale: #C0C0C0. Windows color (decimal): -7741763 or 12443273. OLE color: 12443273.

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

Color convert

RGB137222189-
CMYK0.3800.150.13
HSL156.71º56.29%70.39%-
HSV(B)156.71º38.29%87.06%-
XYZ45.6261.2457.56-
YUV192.82125.8488.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25%
GREEN value IS 222 (87.11% from 255) = 40.51%
BLUE value IS 189 (74.22% from 255) = 34.49%
R=25%
G=40.51%
B=34.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372221890.3800.150.13156.7156.2970.39
Hex89DEBD260FD9d3846
Octal211336275460171523570106
Binary100010011101111010111101100110011111101100111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,222,189); }

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

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

 a { background-color: rgb(137,222,189); }

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

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

 span { border-color: rgb(137,222,189); }

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