Shades of Monte Carlo #7DBEB1
Tints of Monte Carlo #7DBEB1
RGB
CMYK
RGB Variations
Color information
#7DBEB1 (or 0x7DBEB1) is known color: Monte Carlo. HEX triplet: 7D, BE and B1. RGB value is (125,190,177). Sum of RGB (Red+Green+Blue) = 125+190+177=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBEB1 is #82414E. Grayscale: #A9A9A9. Windows color (decimal): -8536399 or 11648637. OLE color: 11648637.
HSL color Cylindrical-coordinate representation of color #7DBEB1: hue angle of 168º 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 #7DBEB1 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 177 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.25 |
| HSL | 168º | 0.33% | 0.62% | - |
| HSV(B) | 168º | 0.34% | 0.75% | - |
| XYZ | 34.81 | 44.36 | 48.32 | - |
| YUV | 169.08 | 132.47 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 177 | 0.34 | 0 | 0.07 | 0.25 | 168 | 0.33 | 0.62 |
| Hex | 7D | BE | B1 | 22 | 0 | 7 | 19 | A8 | 21 | 3E |
| Octal | 175 | 276 | 261 | 42 | 0 | 7 | 31 | 250 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10110001 | 100010 | 0 | 111 | 11001 | 10101000 | 100001 | 111110 |
Color Harmonies of #7DBEB1
Complementary color
Monochromatic Colors of #7DBEB1
Black with #7DBEB1
Text Example
Text Example
White with #7DBEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBEB1; }
p { color: rgb(125,190,177); }
H1.HeaderClassName
{
color: #7DBEB1;
}
.AnyTagClassName
{
color: #7DBEB1;
}
</style>
background-color css
<style>
a { background-color: #7DBEB1; }
a { background-color: rgb(125,190,177); }
div.DivClassName
{
background-color: #7DBEB1;
}
.BgClassName
{
background-color: #7DBEB1;
}
</style>
border-color css
<style>
span { border-color: #7DBEB1; }
span { border-color: rgb(125,190,177); }
td.TdClassName
{
border-color: #7DBEB1;
}
.TagClassName
{
border-color: #7DBEB1;
}
</style>