Shades of Monte Carlo #78D3B4
Tints of Monte Carlo #78D3B4
RGB
CMYK
RGB Variations
Color information
#78D3B4 (or 0x78D3B4) is known color: Monte Carlo. HEX triplet: 78, D3 and B4. RGB value is (120,211,180). Sum of RGB (Red+Green+Blue) = 120+211+180=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #78D3B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D3B4 is #872C4B. Grayscale: #B4B4B4. Windows color (decimal): -8858700 or 11850616. OLE color: 11850616.
HSL color Cylindrical-coordinate representation of color #78D3B4: hue angle of 159.56º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D3B4 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 211 | 180 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.17 |
| HSL | 159.56º | 0.51% | 0.65% | - |
| HSV(B) | 159.56º | 0.43% | 0.83% | - |
| XYZ | 39.28 | 53.88 | 51.51 | - |
| YUV | 180.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 211 | 180 | 0.43 | 0 | 0.15 | 0.17 | 159.56 | 0.51 | 0.65 |
| Hex | 78 | D3 | B4 | 2B | 0 | F | 11 | A0 | 33 | 41 |
| Octal | 170 | 323 | 264 | 53 | 0 | 17 | 21 | 240 | 63 | 101 |
| Binary | 1111000 | 11010011 | 10110100 | 101011 | 0 | 1111 | 10001 | 10100000 | 110011 | 1000001 |
Color Harmonies of #78D3B4
Complementary color
Monochromatic Colors of #78D3B4
Black with #78D3B4
Text Example
Text Example
White with #78D3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D3B4; }
p { color: rgb(120,211,180); }
H1.HeaderClassName
{
color: #78D3B4;
}
.AnyTagClassName
{
color: #78D3B4;
}
</style>
background-color css
<style>
a { background-color: #78D3B4; }
a { background-color: rgb(120,211,180); }
div.DivClassName
{
background-color: #78D3B4;
}
.BgClassName
{
background-color: #78D3B4;
}
</style>
border-color css
<style>
span { border-color: #78D3B4; }
span { border-color: rgb(120,211,180); }
td.TdClassName
{
border-color: #78D3B4;
}
.TagClassName
{
border-color: #78D3B4;
}
</style>