Shades of Monte Carlo #7CBDB2
Tints of Monte Carlo #7CBDB2
RGB
CMYK
RGB Variations
Color information
#7CBDB2 (or 0x7CBDB2) is known color: Monte Carlo. HEX triplet: 7C, BD and B2. RGB value is (124,189,178). Sum of RGB (Red+Green+Blue) = 124+189+178=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBDB2 is #83424D. Grayscale: #A8A8A8. Windows color (decimal): -8602190 or 11713916. OLE color: 11713916.
HSL color Cylindrical-coordinate representation of color #7CBDB2: hue angle of 169.85º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBDB2 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 178 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.26 |
| HSL | 169.85º | 0.33% | 0.61% | - |
| HSV(B) | 169.85º | 0.34% | 0.74% | - |
| XYZ | 34.55 | 43.89 | 48.77 | - |
| YUV | 168.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 178 | 0.34 | 0 | 0.06 | 0.26 | 169.85 | 0.33 | 0.61 |
| Hex | 7C | BD | B2 | 22 | 0 | 6 | 1A | AA | 21 | 3D |
| Octal | 174 | 275 | 262 | 42 | 0 | 6 | 32 | 252 | 41 | 75 |
| Binary | 1111100 | 10111101 | 10110010 | 100010 | 0 | 110 | 11010 | 10101010 | 100001 | 111101 |
Color Harmonies of #7CBDB2
Complementary color
Monochromatic Colors of #7CBDB2
Black with #7CBDB2
Text Example
Text Example
White with #7CBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBDB2; }
p { color: rgb(124,189,178); }
H1.HeaderClassName
{
color: #7CBDB2;
}
.AnyTagClassName
{
color: #7CBDB2;
}
</style>
background-color css
<style>
a { background-color: #7CBDB2; }
a { background-color: rgb(124,189,178); }
div.DivClassName
{
background-color: #7CBDB2;
}
.BgClassName
{
background-color: #7CBDB2;
}
</style>
border-color css
<style>
span { border-color: #7CBDB2; }
span { border-color: rgb(124,189,178); }
td.TdClassName
{
border-color: #7CBDB2;
}
.TagClassName
{
border-color: #7CBDB2;
}
</style>