#89CBBD

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

Shades of Bermuda #89CBBD

Tints of Bermuda #89CBBD

Color information

#89CBBD (or 0x89CBBD) is unknown color: approx Bermuda. HEX triplet: 89, CB and BD. RGB value is (137,203,189). Sum of RGB (Red+Green+Blue) = 137+203+189=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #89CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CBBD is #763442. Grayscale: #B5B5B5. Windows color (decimal): -7746627 or 12438409. OLE color: 12438409.

HSL color Cylindrical-coordinate representation of color #89CBBD: hue angle of 167.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CBBD is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB137203189-
CMYK0.3300.070.20
HSL167.27º38.82%66.67%-
HSV(B)167.27º32.51%79.61%-
XYZ40.8651.755.97-
YUV181.67132.1396.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.90%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=25.90%
G=38.37%
B=35.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1372031890.3300.070.20167.2738.8266.67
Hex89CBBD210714a72743
Octal21131327541072424747103
Binary100010011100101110111101100001011110100101001111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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