Shades of Monte Carlo #73BDB4
Tints of Monte Carlo #73BDB4
RGB
CMYK
RGB Variations
Color information
#73BDB4 (or 0x73BDB4) is known color: Monte Carlo. HEX triplet: 73, BD and B4. RGB value is (115,189,180). Sum of RGB (Red+Green+Blue) = 115+189+180=484 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.76% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #73BDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDB4 is #8C424B. Grayscale: #A5A5A5. Windows color (decimal): -9192012 or 11844979. OLE color: 11844979.
HSL color Cylindrical-coordinate representation of color #73BDB4: hue angle of 172.7º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BDB4 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 180 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.26 |
| HSL | 172.7º | 0.36% | 0.6% | - |
| HSV(B) | 172.7º | 0.39% | 0.74% | - |
| XYZ | 33.51 | 43.34 | 49.78 | - |
| YUV | 165.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 180 | 0.39 | 0 | 0.05 | 0.26 | 172.7 | 0.36 | 0.6 |
| Hex | 73 | BD | B4 | 27 | 0 | 5 | 1A | AD | 24 | 3C |
| Octal | 163 | 275 | 264 | 47 | 0 | 5 | 32 | 255 | 44 | 74 |
| Binary | 1110011 | 10111101 | 10110100 | 100111 | 0 | 101 | 11010 | 10101101 | 100100 | 111100 |
Color Harmonies of #73BDB4
Complementary color
Monochromatic Colors of #73BDB4
Black with #73BDB4
Text Example
Text Example
White with #73BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDB4; }
p { color: rgb(115,189,180); }
H1.HeaderClassName
{
color: #73BDB4;
}
.AnyTagClassName
{
color: #73BDB4;
}
</style>
background-color css
<style>
a { background-color: #73BDB4; }
a { background-color: rgb(115,189,180); }
div.DivClassName
{
background-color: #73BDB4;
}
.BgClassName
{
background-color: #73BDB4;
}
</style>
border-color css
<style>
span { border-color: #73BDB4; }
span { border-color: rgb(115,189,180); }
td.TdClassName
{
border-color: #73BDB4;
}
.TagClassName
{
border-color: #73BDB4;
}
</style>