#89BAB9

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

Shades of Monte Carlo #89BAB9

Tints of Monte Carlo #89BAB9

Color information

#89BAB9 (or 0x89BAB9) is unknown color: approx Monte Carlo. HEX triplet: 89, BA and B9. RGB value is (137,186,185). Sum of RGB (Red+Green+Blue) = 137+186+185=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #89BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BAB9 is #764546. Grayscale: #ABABAB. Windows color (decimal): -7750983 or 12171913. OLE color: 12171913.

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

Color convert

RGB137186185-
CMYK0.2600.010.27
HSL178.78º26.2%63.33%-
HSV(B)178.78º26.34%72.94%-
XYZ36.6343.9452.45-
YUV171.24135.77103.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.97%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 185 (72.66% from 255) = 36.42%
R=26.97%
G=36.61%
B=36.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371861850.2600.010.27178.7826.263.33
Hex89BAB91A011Bb31a3f
Octal2112722713201332633277
Binary1000100110111010101110011101001110111011001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,186,185); }

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

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

 a { background-color: rgb(137,186,185); }

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

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

 span { border-color: rgb(137,186,185); }

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