#89BCB0

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

Shades of Monte Carlo #89BCB0

Tints of Monte Carlo #89BCB0

Color information

#89BCB0 (or 0x89BCB0) is unknown color: approx Monte Carlo. HEX triplet: 89, BC and B0. RGB value is (137,188,176). Sum of RGB (Red+Green+Blue) = 137+188+176=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BCB0 is #76434F. Grayscale: #ABABAB. Windows color (decimal): -7750480 or 11582601. OLE color: 11582601.

HSL color Cylindrical-coordinate representation of color #89BCB0: hue angle of 165.88º 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 #89BCB0 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB137188176-
CMYK0.2700.060.26
HSL165.88º27.57%63.73%-
HSV(B)165.88º27.13%73.73%-
XYZ36.1444.4247.74-
YUV171.38130.6103.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.35%
GREEN value IS 188 (73.83% from 255) = 37.52%
BLUE value IS 176 (69.14% from 255) = 35.13%
R=27.35%
G=37.52%
B=35.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371881760.2700.060.26165.8827.5763.73
Hex89BCB01B061Aa61c40
Octal21127426033063224634100
Binary1000100110111100101100001101101101101010100110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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