Shades of Monte Carlo #7DBEB2
Tints of Monte Carlo #7DBEB2
RGB
CMYK
RGB Variations
Color information
#7DBEB2 (or 0x7DBEB2) is known color: Monte Carlo. HEX triplet: 7D, BE and B2. RGB value is (125,190,178). Sum of RGB (Red+Green+Blue) = 125+190+178=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBEB2 is #82414D. Grayscale: #A9A9A9. Windows color (decimal): -8536398 or 11714173. OLE color: 11714173.
HSL color Cylindrical-coordinate representation of color #7DBEB2: hue angle of 168.92º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBEB2 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 178 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.25 |
| HSL | 168.92º | 0.33% | 0.62% | - |
| HSV(B) | 168.92º | 0.34% | 0.75% | - |
| XYZ | 34.91 | 44.4 | 48.85 | - |
| YUV | 169.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 178 | 0.34 | 0 | 0.06 | 0.25 | 168.92 | 0.33 | 0.62 |
| Hex | 7D | BE | B2 | 22 | 0 | 6 | 19 | A9 | 21 | 3E |
| Octal | 175 | 276 | 262 | 42 | 0 | 6 | 31 | 251 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10110010 | 100010 | 0 | 110 | 11001 | 10101001 | 100001 | 111110 |
Color Harmonies of #7DBEB2
Complementary color
Monochromatic Colors of #7DBEB2
Black with #7DBEB2
Text Example
Text Example
White with #7DBEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBEB2; }
p { color: rgb(125,190,178); }
H1.HeaderClassName
{
color: #7DBEB2;
}
.AnyTagClassName
{
color: #7DBEB2;
}
</style>
background-color css
<style>
a { background-color: #7DBEB2; }
a { background-color: rgb(125,190,178); }
div.DivClassName
{
background-color: #7DBEB2;
}
.BgClassName
{
background-color: #7DBEB2;
}
</style>
border-color css
<style>
span { border-color: #7DBEB2; }
span { border-color: rgb(125,190,178); }
td.TdClassName
{
border-color: #7DBEB2;
}
.TagClassName
{
border-color: #7DBEB2;
}
</style>