Shades of Monte Carlo #7BBEAF
Tints of Monte Carlo #7BBEAF
RGB
CMYK
RGB Variations
Color information
#7BBEAF (or 0x7BBEAF) is known color: Monte Carlo. HEX triplet: 7B, BE and AF. RGB value is (123,190,175). Sum of RGB (Red+Green+Blue) = 123+190+175=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBEAF is #844150. Grayscale: #A8A8A8. Windows color (decimal): -8667473 or 11517563. OLE color: 11517563.
HSL color Cylindrical-coordinate representation of color #7BBEAF: hue angle of 166.57º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBEAF is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 175 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.25 |
| HSL | 166.57º | 0.34% | 0.61% | - |
| HSV(B) | 166.57º | 0.35% | 0.75% | - |
| XYZ | 34.32 | 44.13 | 47.27 | - |
| YUV | 168.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 175 | 0.35 | 0 | 0.08 | 0.25 | 166.57 | 0.34 | 0.61 |
| Hex | 7B | BE | AF | 23 | 0 | 8 | 19 | A7 | 22 | 3D |
| Octal | 173 | 276 | 257 | 43 | 0 | 10 | 31 | 247 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10101111 | 100011 | 0 | 1000 | 11001 | 10100111 | 100010 | 111101 |
Color Harmonies of #7BBEAF
Complementary color
Monochromatic Colors of #7BBEAF
Black with #7BBEAF
Text Example
Text Example
White with #7BBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEAF; }
p { color: rgb(123,190,175); }
H1.HeaderClassName
{
color: #7BBEAF;
}
.AnyTagClassName
{
color: #7BBEAF;
}
</style>
background-color css
<style>
a { background-color: #7BBEAF; }
a { background-color: rgb(123,190,175); }
div.DivClassName
{
background-color: #7BBEAF;
}
.BgClassName
{
background-color: #7BBEAF;
}
</style>
border-color css
<style>
span { border-color: #7BBEAF; }
span { border-color: rgb(123,190,175); }
td.TdClassName
{
border-color: #7BBEAF;
}
.TagClassName
{
border-color: #7BBEAF;
}
</style>