Shades of Monte Carlo #73CDB5
Tints of Monte Carlo #73CDB5
RGB
CMYK
RGB Variations
Color information
#73CDB5 (or 0x73CDB5) is known color: Monte Carlo. HEX triplet: 73, CD and B5. RGB value is (115,205,181). Sum of RGB (Red+Green+Blue) = 115+205+181=501 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.95% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #73CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDB5 is #8C324A. Grayscale: #AFAFAF. Windows color (decimal): -9187915 or 11914611. OLE color: 11914611.
HSL color Cylindrical-coordinate representation of color #73CDB5: hue angle of 164º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CDB5 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 181 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.20 |
| HSL | 164º | 0.47% | 0.63% | - |
| HSV(B) | 164º | 0.44% | 0.8% | - |
| XYZ | 37.24 | 50.64 | 51.53 | - |
| YUV | 175.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 181 | 0.44 | 0 | 0.12 | 0.20 | 164 | 0.47 | 0.63 |
| Hex | 73 | CD | B5 | 2C | 0 | C | 14 | A4 | 2F | 3F |
| Octal | 163 | 315 | 265 | 54 | 0 | 14 | 24 | 244 | 57 | 77 |
| Binary | 1110011 | 11001101 | 10110101 | 101100 | 0 | 1100 | 10100 | 10100100 | 101111 | 111111 |
Color Harmonies of #73CDB5
Complementary color
Monochromatic Colors of #73CDB5
Black with #73CDB5
Text Example
Text Example
White with #73CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CDB5; }
p { color: rgb(115,205,181); }
H1.HeaderClassName
{
color: #73CDB5;
}
.AnyTagClassName
{
color: #73CDB5;
}
</style>
background-color css
<style>
a { background-color: #73CDB5; }
a { background-color: rgb(115,205,181); }
div.DivClassName
{
background-color: #73CDB5;
}
.BgClassName
{
background-color: #73CDB5;
}
</style>
border-color css
<style>
span { border-color: #73CDB5; }
span { border-color: rgb(115,205,181); }
td.TdClassName
{
border-color: #73CDB5;
}
.TagClassName
{
border-color: #73CDB5;
}
</style>