Shades of Monte Carlo #7DBBB4
Tints of Monte Carlo #7DBBB4
RGB
CMYK
RGB Variations
Color information
#7DBBB4 (or 0x7DBBB4) is known color: Monte Carlo. HEX triplet: 7D, BB and B4. RGB value is (125,187,180). Sum of RGB (Red+Green+Blue) = 125+187+180=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBB4 is #82444B. Grayscale: #A7A7A7. Windows color (decimal): -8537164 or 11844477. OLE color: 11844477.
HSL color Cylindrical-coordinate representation of color #7DBBB4: hue angle of 173.23º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBBB4 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 180 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.27 |
| HSL | 173.23º | 0.31% | 0.61% | - |
| HSV(B) | 173.23º | 0.33% | 0.73% | - |
| XYZ | 34.47 | 43.2 | 49.7 | - |
| YUV | 167.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 180 | 0.33 | 0 | 0.04 | 0.27 | 173.23 | 0.31 | 0.61 |
| Hex | 7D | BB | B4 | 21 | 0 | 4 | 1B | AD | 1F | 3D |
| Octal | 175 | 273 | 264 | 41 | 0 | 4 | 33 | 255 | 37 | 75 |
| Binary | 1111101 | 10111011 | 10110100 | 100001 | 0 | 100 | 11011 | 10101101 | 11111 | 111101 |
Color Harmonies of #7DBBB4
Complementary color
Monochromatic Colors of #7DBBB4
Black with #7DBBB4
Text Example
Text Example
White with #7DBBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBB4; }
p { color: rgb(125,187,180); }
H1.HeaderClassName
{
color: #7DBBB4;
}
.AnyTagClassName
{
color: #7DBBB4;
}
</style>
background-color css
<style>
a { background-color: #7DBBB4; }
a { background-color: rgb(125,187,180); }
div.DivClassName
{
background-color: #7DBBB4;
}
.BgClassName
{
background-color: #7DBBB4;
}
</style>
border-color css
<style>
span { border-color: #7DBBB4; }
span { border-color: rgb(125,187,180); }
td.TdClassName
{
border-color: #7DBBB4;
}
.TagClassName
{
border-color: #7DBBB4;
}
</style>