Shades of Monte Carlo #7DCEB0
Tints of Monte Carlo #7DCEB0
RGB
CMYK
RGB Variations
Color information
#7DCEB0 (or 0x7DCEB0) is known color: Monte Carlo. HEX triplet: 7D, CE and B0. RGB value is (125,206,176). Sum of RGB (Red+Green+Blue) = 125+206+176=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCEB0 is #82314F. Grayscale: #B2B2B2. Windows color (decimal): -8532304 or 11587197. OLE color: 11587197.
HSL color Cylindrical-coordinate representation of color #7DCEB0: hue angle of 157.78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCEB0 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 176 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.19 |
| HSL | 157.78º | 0.45% | 0.65% | - |
| HSV(B) | 157.78º | 0.39% | 0.81% | - |
| XYZ | 38.37 | 51.64 | 49.02 | - |
| YUV | 178.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 176 | 0.39 | 0 | 0.15 | 0.19 | 157.78 | 0.45 | 0.65 |
| Hex | 7D | CE | B0 | 27 | 0 | F | 13 | 9E | 2D | 41 |
| Octal | 175 | 316 | 260 | 47 | 0 | 17 | 23 | 236 | 55 | 101 |
| Binary | 1111101 | 11001110 | 10110000 | 100111 | 0 | 1111 | 10011 | 10011110 | 101101 | 1000001 |
Color Harmonies of #7DCEB0
Complementary color
Monochromatic Colors of #7DCEB0
Black with #7DCEB0
Text Example
Text Example
White with #7DCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCEB0; }
p { color: rgb(125,206,176); }
H1.HeaderClassName
{
color: #7DCEB0;
}
.AnyTagClassName
{
color: #7DCEB0;
}
</style>
background-color css
<style>
a { background-color: #7DCEB0; }
a { background-color: rgb(125,206,176); }
div.DivClassName
{
background-color: #7DCEB0;
}
.BgClassName
{
background-color: #7DCEB0;
}
</style>
border-color css
<style>
span { border-color: #7DCEB0; }
span { border-color: rgb(125,206,176); }
td.TdClassName
{
border-color: #7DCEB0;
}
.TagClassName
{
border-color: #7DCEB0;
}
</style>