Shades of Monte Carlo #7BCFAD
Tints of Monte Carlo #7BCFAD
RGB
CMYK
RGB Variations
Color information
#7BCFAD (or 0x7BCFAD) is known color: Monte Carlo. HEX triplet: 7B, CF and AD. RGB value is (123,207,173). Sum of RGB (Red+Green+Blue) = 123+207+173=503 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.45% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCFAD is #843052. Grayscale: #B2B2B2. Windows color (decimal): -8663123 or 11390843. OLE color: 11390843.
HSL color Cylindrical-coordinate representation of color #7BCFAD: hue angle of 155.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BCFAD is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 173 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.19 |
| HSL | 155.71º | 0.47% | 0.65% | - |
| HSV(B) | 155.71º | 0.41% | 0.81% | - |
| XYZ | 38.02 | 51.85 | 47.54 | - |
| YUV | 178.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 173 | 0.41 | 0 | 0.16 | 0.19 | 155.71 | 0.47 | 0.65 |
| Hex | 7B | CF | AD | 29 | 0 | 10 | 13 | 9C | 2F | 41 |
| Octal | 173 | 317 | 255 | 51 | 0 | 20 | 23 | 234 | 57 | 101 |
| Binary | 1111011 | 11001111 | 10101101 | 101001 | 0 | 10000 | 10011 | 10011100 | 101111 | 1000001 |
Color Harmonies of #7BCFAD
Complementary color
Monochromatic Colors of #7BCFAD
Black with #7BCFAD
Text Example
Text Example
White with #7BCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFAD; }
p { color: rgb(123,207,173); }
H1.HeaderClassName
{
color: #7BCFAD;
}
.AnyTagClassName
{
color: #7BCFAD;
}
</style>
background-color css
<style>
a { background-color: #7BCFAD; }
a { background-color: rgb(123,207,173); }
div.DivClassName
{
background-color: #7BCFAD;
}
.BgClassName
{
background-color: #7BCFAD;
}
</style>
border-color css
<style>
span { border-color: #7BCFAD; }
span { border-color: rgb(123,207,173); }
td.TdClassName
{
border-color: #7BCFAD;
}
.TagClassName
{
border-color: #7BCFAD;
}
</style>