Shades of Monte Carlo #89BFAD
Tints of Monte Carlo #89BFAD
RGB
CMYK
RGB Variations
Color information
#89BFAD (or 0x89BFAD) is known color: Monte Carlo. HEX triplet: 89, BF and AD. RGB value is (137,191,173). Sum of RGB (Red+Green+Blue) = 137+191+173=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #89BFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BFAD is #764052. Grayscale: #ACACAC. Windows color (decimal): -7749715 or 11386761. OLE color: 11386761.
HSL color Cylindrical-coordinate representation of color #89BFAD: hue angle of 160º 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 #89BFAD is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 173 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.25 |
| HSL | 160º | 0.3% | 0.64% | - |
| HSV(B) | 160º | 0.28% | 0.75% | - |
| XYZ | 36.49 | 45.6 | 46.41 | - |
| YUV | 172.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 173 | 0.28 | 0 | 0.09 | 0.25 | 160 | 0.3 | 0.64 |
| Hex | 89 | BF | AD | 1C | 0 | 9 | 19 | A0 | 1E | 40 |
| Octal | 211 | 277 | 255 | 34 | 0 | 11 | 31 | 240 | 36 | 100 |
| Binary | 10001001 | 10111111 | 10101101 | 11100 | 0 | 1001 | 11001 | 10100000 | 11110 | 1000000 |
Color Harmonies of #89BFAD
Complementary color
Monochromatic Colors of #89BFAD
Black with #89BFAD
Text Example
Text Example
White with #89BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BFAD; }
p { color: rgb(137,191,173); }
H1.HeaderClassName
{
color: #89BFAD;
}
.AnyTagClassName
{
color: #89BFAD;
}
</style>
background-color css
<style>
a { background-color: #89BFAD; }
a { background-color: rgb(137,191,173); }
div.DivClassName
{
background-color: #89BFAD;
}
.BgClassName
{
background-color: #89BFAD;
}
</style>
border-color css
<style>
span { border-color: #89BFAD; }
span { border-color: rgb(137,191,173); }
td.TdClassName
{
border-color: #89BFAD;
}
.TagClassName
{
border-color: #89BFAD;
}
</style>