Shades of Monte Carlo #7DC1B1
Tints of Monte Carlo #7DC1B1
RGB
CMYK
RGB Variations
Color information
#7DC1B1 (or 0x7DC1B1) is known color: Monte Carlo. HEX triplet: 7D, C1 and B1. RGB value is (125,193,177). Sum of RGB (Red+Green+Blue) = 125+193+177=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC1B1 is #823E4E. Grayscale: #AAAAAA. Windows color (decimal): -8535631 or 11649405. OLE color: 11649405.
HSL color Cylindrical-coordinate representation of color #7DC1B1: hue angle of 165.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC1B1 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 177 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.24 |
| HSL | 165.88º | 0.35% | 0.62% | - |
| HSV(B) | 165.88º | 0.35% | 0.76% | - |
| XYZ | 35.46 | 45.67 | 48.54 | - |
| YUV | 170.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 177 | 0.35 | 0 | 0.08 | 0.24 | 165.88 | 0.35 | 0.62 |
| Hex | 7D | C1 | B1 | 23 | 0 | 8 | 18 | A6 | 23 | 3E |
| Octal | 175 | 301 | 261 | 43 | 0 | 10 | 30 | 246 | 43 | 76 |
| Binary | 1111101 | 11000001 | 10110001 | 100011 | 0 | 1000 | 11000 | 10100110 | 100011 | 111110 |
Color Harmonies of #7DC1B1
Complementary color
Monochromatic Colors of #7DC1B1
Black with #7DC1B1
Text Example
Text Example
White with #7DC1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC1B1; }
p { color: rgb(125,193,177); }
H1.HeaderClassName
{
color: #7DC1B1;
}
.AnyTagClassName
{
color: #7DC1B1;
}
</style>
background-color css
<style>
a { background-color: #7DC1B1; }
a { background-color: rgb(125,193,177); }
div.DivClassName
{
background-color: #7DC1B1;
}
.BgClassName
{
background-color: #7DC1B1;
}
</style>
border-color css
<style>
span { border-color: #7DC1B1; }
span { border-color: rgb(125,193,177); }
td.TdClassName
{
border-color: #7DC1B1;
}
.TagClassName
{
border-color: #7DC1B1;
}
</style>