Shades of Monte Carlo #78C8AF
Tints of Monte Carlo #78C8AF
RGB
CMYK
RGB Variations
Color information
#78C8AF (or 0x78C8AF) is known color: Monte Carlo. HEX triplet: 78, C8 and AF. RGB value is (120,200,175). Sum of RGB (Red+Green+Blue) = 120+200+175=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #78C8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C8AF is #873750. Grayscale: #ADADAD. Windows color (decimal): -8861521 or 11520120. OLE color: 11520120.
HSL color Cylindrical-coordinate representation of color #78C8AF: hue angle of 161.25º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C8AF is Cyan = 0.4, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 200 | 175 | - |
| CMYK | 0.4 | 0 | 0.12 | 0.22 |
| HSL | 161.25º | 0.42% | 0.63% | - |
| HSV(B) | 161.25º | 0.4% | 0.78% | - |
| XYZ | 36.14 | 48.4 | 47.99 | - |
| YUV | 173.23 | 129 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 175 | 0.4 | 0 | 0.12 | 0.22 | 161.25 | 0.42 | 0.63 |
| Hex | 78 | C8 | AF | 28 | 0 | C | 16 | A1 | 2A | 3F |
| Octal | 170 | 310 | 257 | 50 | 0 | 14 | 26 | 241 | 52 | 77 |
| Binary | 1111000 | 11001000 | 10101111 | 101000 | 0 | 1100 | 10110 | 10100001 | 101010 | 111111 |
Color Harmonies of #78C8AF
Complementary color
Monochromatic Colors of #78C8AF
Black with #78C8AF
Text Example
Text Example
White with #78C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C8AF; }
p { color: rgb(120,200,175); }
H1.HeaderClassName
{
color: #78C8AF;
}
.AnyTagClassName
{
color: #78C8AF;
}
</style>
background-color css
<style>
a { background-color: #78C8AF; }
a { background-color: rgb(120,200,175); }
div.DivClassName
{
background-color: #78C8AF;
}
.BgClassName
{
background-color: #78C8AF;
}
</style>
border-color css
<style>
span { border-color: #78C8AF; }
span { border-color: rgb(120,200,175); }
td.TdClassName
{
border-color: #78C8AF;
}
.TagClassName
{
border-color: #78C8AF;
}
</style>