Shades of Monte Carlo #89BFBE
Tints of Monte Carlo #89BFBE
RGB
CMYK
RGB Variations
Color information
#89BFBE (or 0x89BFBE) is known color: Monte Carlo. HEX triplet: 89, BF and BE. RGB value is (137,191,190). Sum of RGB (Red+Green+Blue) = 137+191+190=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #89BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFBE is #764041. Grayscale: #AEAEAE. Windows color (decimal): -7749698 or 12500873. OLE color: 12500873.
HSL color Cylindrical-coordinate representation of color #89BFBE: hue angle of 178.89º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BFBE is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 190 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.25 |
| HSL | 178.89º | 0.3% | 0.64% | - |
| HSV(B) | 178.89º | 0.28% | 0.75% | - |
| XYZ | 38.24 | 46.3 | 55.64 | - |
| YUV | 174.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 190 | 0.28 | 0 | 0.01 | 0.25 | 178.89 | 0.3 | 0.64 |
| Hex | 89 | BF | BE | 1C | 0 | 1 | 19 | B3 | 1E | 40 |
| Octal | 211 | 277 | 276 | 34 | 0 | 1 | 31 | 263 | 36 | 100 |
| Binary | 10001001 | 10111111 | 10111110 | 11100 | 0 | 1 | 11001 | 10110011 | 11110 | 1000000 |
Color Harmonies of #89BFBE
Complementary color
Monochromatic Colors of #89BFBE
Black with #89BFBE
Text Example
Text Example
White with #89BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BFBE; }
p { color: rgb(137,191,190); }
H1.HeaderClassName
{
color: #89BFBE;
}
.AnyTagClassName
{
color: #89BFBE;
}
</style>
background-color css
<style>
a { background-color: #89BFBE; }
a { background-color: rgb(137,191,190); }
div.DivClassName
{
background-color: #89BFBE;
}
.BgClassName
{
background-color: #89BFBE;
}
</style>
border-color css
<style>
span { border-color: #89BFBE; }
span { border-color: rgb(137,191,190); }
td.TdClassName
{
border-color: #89BFBE;
}
.TagClassName
{
border-color: #89BFBE;
}
</style>