Shades of Monte Carlo #7DCCB4
Tints of Monte Carlo #7DCCB4
RGB
CMYK
RGB Variations
Color information
#7DCCB4 (or 0x7DCCB4) is known color: Monte Carlo. HEX triplet: 7D, CC and B4. RGB value is (125,204,180). Sum of RGB (Red+Green+Blue) = 125+204+180=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCB4 is #82334B. Grayscale: #B1B1B1. Windows color (decimal): -8532812 or 11848829. OLE color: 11848829.
HSL color Cylindrical-coordinate representation of color #7DCCB4: hue angle of 161.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCCB4 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 180 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.2 |
| HSL | 161.77º | 0.44% | 0.65% | - |
| HSV(B) | 161.77º | 0.39% | 0.8% | - |
| XYZ | 38.29 | 50.84 | 50.98 | - |
| YUV | 177.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 180 | 0.39 | 0 | 0.12 | 0.2 | 161.77 | 0.44 | 0.65 |
| Hex | 7D | CC | B4 | 27 | 0 | C | 14 | A2 | 2C | 41 |
| Octal | 175 | 314 | 264 | 47 | 0 | 14 | 24 | 242 | 54 | 101 |
| Binary | 1111101 | 11001100 | 10110100 | 100111 | 0 | 1100 | 10100 | 10100010 | 101100 | 1000001 |
Color Harmonies of #7DCCB4
Complementary color
Monochromatic Colors of #7DCCB4
Black with #7DCCB4
Text Example
Text Example
White with #7DCCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCCB4; }
p { color: rgb(125,204,180); }
H1.HeaderClassName
{
color: #7DCCB4;
}
.AnyTagClassName
{
color: #7DCCB4;
}
</style>
background-color css
<style>
a { background-color: #7DCCB4; }
a { background-color: rgb(125,204,180); }
div.DivClassName
{
background-color: #7DCCB4;
}
.BgClassName
{
background-color: #7DCCB4;
}
</style>
border-color css
<style>
span { border-color: #7DCCB4; }
span { border-color: rgb(125,204,180); }
td.TdClassName
{
border-color: #7DCCB4;
}
.TagClassName
{
border-color: #7DCCB4;
}
</style>