#89CABD

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

Shades of Bermuda #89CABD

Tints of Bermuda #89CABD

Color information

#89CABD (or 0x89CABD) is unknown color: approx Bermuda. HEX triplet: 89, CA and BD. RGB value is (137,202,189). Sum of RGB (Red+Green+Blue) = 137+202+189=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #89CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CABD is #763542. Grayscale: #B5B5B5. Windows color (decimal): -7746883 or 12438153. OLE color: 12438153.

HSL color Cylindrical-coordinate representation of color #89CABD: hue angle of 168º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89CABD is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB137202189-
CMYK0.3200.060.21
HSL168º38.01%66.47%-
HSV(B)168º32.18%79.22%-
XYZ40.6251.2355.89-
YUV181.08132.4796.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=25.95%
G=38.26%
B=35.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1372021890.3200.060.2116838.0166.47
Hex89CABD200615a82642
Octal21131227540062525046102
Binary100010011100101010111101100000011010101101010001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,202,189); }

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

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

 a { background-color: rgb(137,202,189); }

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

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

 span { border-color: rgb(137,202,189); }

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