Shades of Monte Carlo #7DCEB1
Tints of Monte Carlo #7DCEB1
RGB
CMYK
RGB Variations
Color information
#7DCEB1 (or 0x7DCEB1) is known color: Monte Carlo. HEX triplet: 7D, CE and B1. RGB value is (125,206,177). Sum of RGB (Red+Green+Blue) = 125+206+177=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCEB1 is #82314E. Grayscale: #B2B2B2. Windows color (decimal): -8532303 or 11652733. OLE color: 11652733.
HSL color Cylindrical-coordinate representation of color #7DCEB1: hue angle of 158.52º 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 #7DCEB1 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 177 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.19 |
| HSL | 158.52º | 0.45% | 0.65% | - |
| HSV(B) | 158.52º | 0.39% | 0.81% | - |
| XYZ | 38.46 | 51.68 | 49.54 | - |
| YUV | 178.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 177 | 0.39 | 0 | 0.14 | 0.19 | 158.52 | 0.45 | 0.65 |
| Hex | 7D | CE | B1 | 27 | 0 | E | 13 | 9F | 2D | 41 |
| Octal | 175 | 316 | 261 | 47 | 0 | 16 | 23 | 237 | 55 | 101 |
| Binary | 1111101 | 11001110 | 10110001 | 100111 | 0 | 1110 | 10011 | 10011111 | 101101 | 1000001 |
Color Harmonies of #7DCEB1
Complementary color
Monochromatic Colors of #7DCEB1
Black with #7DCEB1
Text Example
Text Example
White with #7DCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCEB1; }
p { color: rgb(125,206,177); }
H1.HeaderClassName
{
color: #7DCEB1;
}
.AnyTagClassName
{
color: #7DCEB1;
}
</style>
background-color css
<style>
a { background-color: #7DCEB1; }
a { background-color: rgb(125,206,177); }
div.DivClassName
{
background-color: #7DCEB1;
}
.BgClassName
{
background-color: #7DCEB1;
}
</style>
border-color css
<style>
span { border-color: #7DCEB1; }
span { border-color: rgb(125,206,177); }
td.TdClassName
{
border-color: #7DCEB1;
}
.TagClassName
{
border-color: #7DCEB1;
}
</style>