#89DBBE

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

Shades of Bermuda #89DBBE

Tints of Bermuda #89DBBE

Color information

#89DBBE (or 0x89DBBE) is unknown color: approx Bermuda. HEX triplet: 89, DB and BE. RGB value is (137,219,190). Sum of RGB (Red+Green+Blue) = 137+219+190=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBBE is #762441. Grayscale: #BFBFBF. Windows color (decimal): -7742530 or 12508041. OLE color: 12508041.

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

Color convert

RGB137219190-
CMYK0.3700.130.14
HSL158.78º53.25%69.8%-
HSV(B)158.78º37.44%85.88%-
XYZ44.9459.757.87-
YUV191.18127.3389.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.09%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=25.09%
G=40.11%
B=34.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372191900.3700.130.14158.7853.2569.8
Hex89DBBE250DE9f3546
Octal211333276450151623765106
Binary100010011101101110111110100101011011110100111111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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