#89D2B6

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

Shades of Bermuda #89D2B6

Tints of Bermuda #89D2B6

Color information

#89D2B6 (or 0x89D2B6) is unknown color: approx Bermuda. HEX triplet: 89, D2 and B6. RGB value is (137,210,182). Sum of RGB (Red+Green+Blue) = 137+210+182=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #89D2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D2B6 is #762D49. Grayscale: #B9B9B9. Windows color (decimal): -7744842 or 11981449. OLE color: 11981449.

HSL color Cylindrical-coordinate representation of color #89D2B6: hue angle of 156.99º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89D2B6 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB137210182-
CMYK0.3500.130.18
HSL156.99º44.79%68.04%-
HSV(B)156.99º34.76%82.35%-
XYZ41.8154.7952.63-
YUV184.98126.3293.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.90%
GREEN value IS 210 (82.42% from 255) = 39.70%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=25.90%
G=39.70%
B=34.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1372101820.3500.130.18156.9944.7968.04
Hex89D2B6230D129d2d44
Octal211322266430152223555104
Binary1000100111010010101101101000110110110010100111011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,210,182); }

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

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

 a { background-color: rgb(137,210,182); }

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

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

 span { border-color: rgb(137,210,182); }

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