Shades of Monte Carlo #7DC1BF
Tints of Monte Carlo #7DC1BF
RGB
CMYK
RGB Variations
Color information
#7DC1BF (or 0x7DC1BF) is known color: Monte Carlo. HEX triplet: 7D, C1 and BF. RGB value is (125,193,191). Sum of RGB (Red+Green+Blue) = 125+193+191=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC1BF is #823E40. Grayscale: #ACACAC. Windows color (decimal): -8535617 or 12566909. OLE color: 12566909.
HSL color Cylindrical-coordinate representation of color #7DC1BF: hue angle of 178.24º 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 #7DC1BF is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 191 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.24 |
| HSL | 178.24º | 0.35% | 0.62% | - |
| HSV(B) | 178.24º | 0.35% | 0.76% | - |
| XYZ | 36.93 | 46.26 | 56.27 | - |
| YUV | 172.44 | 138.47 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 191 | 0.35 | 0 | 0.01 | 0.24 | 178.24 | 0.35 | 0.62 |
| Hex | 7D | C1 | BF | 23 | 0 | 1 | 18 | B2 | 23 | 3E |
| Octal | 175 | 301 | 277 | 43 | 0 | 1 | 30 | 262 | 43 | 76 |
| Binary | 1111101 | 11000001 | 10111111 | 100011 | 0 | 1 | 11000 | 10110010 | 100011 | 111110 |
Color Harmonies of #7DC1BF
Complementary color
Monochromatic Colors of #7DC1BF
Black with #7DC1BF
Text Example
Text Example
White with #7DC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC1BF; }
p { color: rgb(125,193,191); }
H1.HeaderClassName
{
color: #7DC1BF;
}
.AnyTagClassName
{
color: #7DC1BF;
}
</style>
background-color css
<style>
a { background-color: #7DC1BF; }
a { background-color: rgb(125,193,191); }
div.DivClassName
{
background-color: #7DC1BF;
}
.BgClassName
{
background-color: #7DC1BF;
}
</style>
border-color css
<style>
span { border-color: #7DC1BF; }
span { border-color: rgb(125,193,191); }
td.TdClassName
{
border-color: #7DC1BF;
}
.TagClassName
{
border-color: #7DC1BF;
}
</style>