Shades of Monte Carlo #77CDB5
Tints of Monte Carlo #77CDB5
RGB
CMYK
RGB Variations
Color information
#77CDB5 (or 0x77CDB5) is known color: Monte Carlo. HEX triplet: 77, CD and B5. RGB value is (119,205,181). Sum of RGB (Red+Green+Blue) = 119+205+181=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDB5 is #88324A. Grayscale: #B0B0B0. Windows color (decimal): -8925771 or 11914615. OLE color: 11914615.
HSL color Cylindrical-coordinate representation of color #77CDB5: hue angle of 163.26º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CDB5 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 181 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.20 |
| HSL | 163.26º | 0.46% | 0.64% | - |
| HSV(B) | 163.26º | 0.42% | 0.8% | - |
| XYZ | 37.78 | 50.92 | 51.55 | - |
| YUV | 176.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 181 | 0.42 | 0 | 0.12 | 0.20 | 163.26 | 0.46 | 0.64 |
| Hex | 77 | CD | B5 | 2A | 0 | C | 14 | A3 | 2E | 40 |
| Octal | 167 | 315 | 265 | 52 | 0 | 14 | 24 | 243 | 56 | 100 |
| Binary | 1110111 | 11001101 | 10110101 | 101010 | 0 | 1100 | 10100 | 10100011 | 101110 | 1000000 |
Color Harmonies of #77CDB5
Complementary color
Monochromatic Colors of #77CDB5
Black with #77CDB5
Text Example
Text Example
White with #77CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDB5; }
p { color: rgb(119,205,181); }
H1.HeaderClassName
{
color: #77CDB5;
}
.AnyTagClassName
{
color: #77CDB5;
}
</style>
background-color css
<style>
a { background-color: #77CDB5; }
a { background-color: rgb(119,205,181); }
div.DivClassName
{
background-color: #77CDB5;
}
.BgClassName
{
background-color: #77CDB5;
}
</style>
border-color css
<style>
span { border-color: #77CDB5; }
span { border-color: rgb(119,205,181); }
td.TdClassName
{
border-color: #77CDB5;
}
.TagClassName
{
border-color: #77CDB5;
}
</style>