Shades of Monte Carlo #7DBFB2
Tints of Monte Carlo #7DBFB2
RGB
CMYK
RGB Variations
Color information
#7DBFB2 (or 0x7DBFB2) is known color: Monte Carlo. HEX triplet: 7D, BF and B2. RGB value is (125,191,178). Sum of RGB (Red+Green+Blue) = 125+191+178=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBFB2 is #82404D. Grayscale: #A9A9A9. Windows color (decimal): -8536142 or 11714429. OLE color: 11714429.
HSL color Cylindrical-coordinate representation of color #7DBFB2: hue angle of 168.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBFB2 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 178 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.25 |
| HSL | 168.18º | 0.34% | 0.62% | - |
| HSV(B) | 168.18º | 0.35% | 0.75% | - |
| XYZ | 35.12 | 44.84 | 48.92 | - |
| YUV | 169.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 178 | 0.35 | 0 | 0.07 | 0.25 | 168.18 | 0.34 | 0.62 |
| Hex | 7D | BF | B2 | 23 | 0 | 7 | 19 | A8 | 22 | 3E |
| Octal | 175 | 277 | 262 | 43 | 0 | 7 | 31 | 250 | 42 | 76 |
| Binary | 1111101 | 10111111 | 10110010 | 100011 | 0 | 111 | 11001 | 10101000 | 100010 | 111110 |
Color Harmonies of #7DBFB2
Complementary color
Monochromatic Colors of #7DBFB2
Black with #7DBFB2
Text Example
Text Example
White with #7DBFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFB2; }
p { color: rgb(125,191,178); }
H1.HeaderClassName
{
color: #7DBFB2;
}
.AnyTagClassName
{
color: #7DBFB2;
}
</style>
background-color css
<style>
a { background-color: #7DBFB2; }
a { background-color: rgb(125,191,178); }
div.DivClassName
{
background-color: #7DBFB2;
}
.BgClassName
{
background-color: #7DBFB2;
}
</style>
border-color css
<style>
span { border-color: #7DBFB2; }
span { border-color: rgb(125,191,178); }
td.TdClassName
{
border-color: #7DBFB2;
}
.TagClassName
{
border-color: #7DBFB2;
}
</style>