Shades of Monte Carlo #7DCFB0
Tints of Monte Carlo #7DCFB0
RGB
CMYK
RGB Variations
Color information
#7DCFB0 (or 0x7DCFB0) is known color: Monte Carlo. HEX triplet: 7D, CF and B0. RGB value is (125,207,176). Sum of RGB (Red+Green+Blue) = 125+207+176=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCFB0 is #82304F. Grayscale: #B2B2B2. Windows color (decimal): -8532048 or 11587453. OLE color: 11587453.
HSL color Cylindrical-coordinate representation of color #7DCFB0: hue angle of 157.32º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCFB0 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 176 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.19 |
| HSL | 157.32º | 0.46% | 0.65% | - |
| HSV(B) | 157.32º | 0.4% | 0.81% | - |
| XYZ | 38.61 | 52.12 | 49.1 | - |
| YUV | 178.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 176 | 0.40 | 0 | 0.15 | 0.19 | 157.32 | 0.46 | 0.65 |
| Hex | 7D | CF | B0 | 28 | 0 | F | 13 | 9D | 2E | 41 |
| Octal | 175 | 317 | 260 | 50 | 0 | 17 | 23 | 235 | 56 | 101 |
| Binary | 1111101 | 11001111 | 10110000 | 101000 | 0 | 1111 | 10011 | 10011101 | 101110 | 1000001 |
Color Harmonies of #7DCFB0
Complementary color
Monochromatic Colors of #7DCFB0
Black with #7DCFB0
Text Example
Text Example
White with #7DCFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFB0; }
p { color: rgb(125,207,176); }
H1.HeaderClassName
{
color: #7DCFB0;
}
.AnyTagClassName
{
color: #7DCFB0;
}
</style>
background-color css
<style>
a { background-color: #7DCFB0; }
a { background-color: rgb(125,207,176); }
div.DivClassName
{
background-color: #7DCFB0;
}
.BgClassName
{
background-color: #7DCFB0;
}
</style>
border-color css
<style>
span { border-color: #7DCFB0; }
span { border-color: rgb(125,207,176); }
td.TdClassName
{
border-color: #7DCFB0;
}
.TagClassName
{
border-color: #7DCFB0;
}
</style>