#89D1BE

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

Shades of Bermuda #89D1BE

Tints of Bermuda #89D1BE

Color information

#89D1BE (or 0x89D1BE) is unknown color: approx Bermuda. HEX triplet: 89, D1 and BE. RGB value is (137,209,190). Sum of RGB (Red+Green+Blue) = 137+209+190=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #89D1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D1BE is #762E41. Grayscale: #B9B9B9. Windows color (decimal): -7745090 or 12505481. OLE color: 12505481.

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

Color convert

RGB137209190-
CMYK0.3400.090.18
HSL164.17º43.9%67.84%-
HSV(B)164.17º34.45%81.96%-
XYZ42.4154.6457.03-
YUV185.31130.6593.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.56%
GREEN value IS 209 (82.03% from 255) = 38.99%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=25.56%
G=38.99%
B=35.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1372091900.3400.090.18164.1743.967.84
Hex89D1BE220912a42c44
Octal211321276420112224454104
Binary1000100111010001101111101000100100110010101001001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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