Shades of Monte Carlo #7DBBB2
Tints of Monte Carlo #7DBBB2
RGB
CMYK
RGB Variations
Color information
#7DBBB2 (or 0x7DBBB2) is known color: Monte Carlo. HEX triplet: 7D, BB and B2. RGB value is (125,187,178). Sum of RGB (Red+Green+Blue) = 125+187+178=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBBB2 is #82444D. Grayscale: #A7A7A7. Windows color (decimal): -8537166 or 11713405. OLE color: 11713405.
HSL color Cylindrical-coordinate representation of color #7DBBB2: hue angle of 171.29º 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 #7DBBB2 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 178 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.27 |
| HSL | 171.29º | 0.31% | 0.61% | - |
| HSV(B) | 171.29º | 0.33% | 0.73% | - |
| XYZ | 34.26 | 43.11 | 48.64 | - |
| YUV | 167.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 178 | 0.33 | 0 | 0.05 | 0.27 | 171.29 | 0.31 | 0.61 |
| Hex | 7D | BB | B2 | 21 | 0 | 5 | 1B | AB | 1F | 3D |
| Octal | 175 | 273 | 262 | 41 | 0 | 5 | 33 | 253 | 37 | 75 |
| Binary | 1111101 | 10111011 | 10110010 | 100001 | 0 | 101 | 11011 | 10101011 | 11111 | 111101 |
Color Harmonies of #7DBBB2
Complementary color
Monochromatic Colors of #7DBBB2
Black with #7DBBB2
Text Example
Text Example
White with #7DBBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBB2; }
p { color: rgb(125,187,178); }
H1.HeaderClassName
{
color: #7DBBB2;
}
.AnyTagClassName
{
color: #7DBBB2;
}
</style>
background-color css
<style>
a { background-color: #7DBBB2; }
a { background-color: rgb(125,187,178); }
div.DivClassName
{
background-color: #7DBBB2;
}
.BgClassName
{
background-color: #7DBBB2;
}
</style>
border-color css
<style>
span { border-color: #7DBBB2; }
span { border-color: rgb(125,187,178); }
td.TdClassName
{
border-color: #7DBBB2;
}
.TagClassName
{
border-color: #7DBBB2;
}
</style>