#89D2BE

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

Shades of Bermuda #89D2BE

Tints of Bermuda #89D2BE

Color information

#89D2BE (or 0x89D2BE) is unknown color: approx Bermuda. HEX triplet: 89, D2 and BE. RGB value is (137,210,190). Sum of RGB (Red+Green+Blue) = 137+210+190=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #89D2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D2BE is #762D41. Grayscale: #B9B9B9. Windows color (decimal): -7744834 or 12505737. OLE color: 12505737.

HSL color Cylindrical-coordinate representation of color #89D2BE: hue angle of 163.56º 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 #89D2BE is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB137210190-
CMYK0.3500.100.18
HSL163.56º44.79%68.04%-
HSV(B)163.56º34.76%82.35%-
XYZ42.6655.1357.11-
YUV185.89130.3293.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.51%
GREEN value IS 210 (82.42% from 255) = 39.11%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=25.51%
G=39.11%
B=35.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1372101900.3500.100.18163.5644.7968.04
Hex89D2BE230A12a42d44
Octal211322276430122224455104
Binary1000100111010010101111101000110101010010101001001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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