#89BCBB

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

Shades of Monte Carlo #89BCBB

Tints of Monte Carlo #89BCBB

Color information

#89BCBB (or 0x89BCBB) is unknown color: approx Monte Carlo. HEX triplet: 89, BC and BB. RGB value is (137,188,187). Sum of RGB (Red+Green+Blue) = 137+188+187=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCBB is #764344. Grayscale: #ACACAC. Windows color (decimal): -7750469 or 12303497. OLE color: 12303497.

HSL color Cylindrical-coordinate representation of color #89BCBB: hue angle of 178.82º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89BCBB is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB137188187-
CMYK0.2700.010.26
HSL178.82º27.57%63.73%-
HSV(B)178.82º27.13%73.73%-
XYZ37.2744.8753.71-
YUV172.64136.1102.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=26.76%
G=36.72%
B=36.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371881870.2700.010.26178.8227.5763.73
Hex89BCBB1B011Ab31c40
Octal21127427333013226334100
Binary10001001101111001011101111011011101010110011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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