#89DBBC

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

Shades of Bermuda #89DBBC

Tints of Bermuda #89DBBC

Color information

#89DBBC (or 0x89DBBC) is unknown color: approx Bermuda. HEX triplet: 89, DB and BC. RGB value is (137,219,188). Sum of RGB (Red+Green+Blue) = 137+219+188=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBBC is #762443. Grayscale: #BEBEBE. Windows color (decimal): -7742532 or 12376969. OLE color: 12376969.

HSL color Cylindrical-coordinate representation of color #89DBBC: hue angle of 157.32º 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 #89DBBC is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB137219188-
CMYK0.3700.140.14
HSL157.32º53.25%69.8%-
HSV(B)157.32º37.44%85.88%-
XYZ44.7359.6156.73-
YUV190.95126.3389.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.18%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=25.18%
G=40.26%
B=34.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372191880.3700.140.14157.3253.2569.8
Hex89DBBC250EE9d3546
Octal211333274450161623565106
Binary100010011101101110111100100101011101110100111011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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