Shades of Monte Carlo #7DCCB8
Tints of Monte Carlo #7DCCB8
RGB
CMYK
RGB Variations
Color information
#7DCCB8 (or 0x7DCCB8) is known color: Monte Carlo. HEX triplet: 7D, CC and B8. RGB value is (125,204,184). Sum of RGB (Red+Green+Blue) = 125+204+184=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCB8 is #823347. Grayscale: #B2B2B2. Windows color (decimal): -8532808 or 12110973. OLE color: 12110973.
HSL color Cylindrical-coordinate representation of color #7DCCB8: hue angle of 164.81º 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 #7DCCB8 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 184 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.2 |
| HSL | 164.81º | 0.44% | 0.65% | - |
| HSV(B) | 164.81º | 0.39% | 0.8% | - |
| XYZ | 38.7 | 51.01 | 53.15 | - |
| YUV | 178.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 184 | 0.39 | 0 | 0.10 | 0.2 | 164.81 | 0.44 | 0.65 |
| Hex | 7D | CC | B8 | 27 | 0 | A | 14 | A5 | 2C | 41 |
| Octal | 175 | 314 | 270 | 47 | 0 | 12 | 24 | 245 | 54 | 101 |
| Binary | 1111101 | 11001100 | 10111000 | 100111 | 0 | 1010 | 10100 | 10100101 | 101100 | 1000001 |
Color Harmonies of #7DCCB8
Complementary color
Monochromatic Colors of #7DCCB8
Black with #7DCCB8
Text Example
Text Example
White with #7DCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCCB8; }
p { color: rgb(125,204,184); }
H1.HeaderClassName
{
color: #7DCCB8;
}
.AnyTagClassName
{
color: #7DCCB8;
}
</style>
background-color css
<style>
a { background-color: #7DCCB8; }
a { background-color: rgb(125,204,184); }
div.DivClassName
{
background-color: #7DCCB8;
}
.BgClassName
{
background-color: #7DCCB8;
}
</style>
border-color css
<style>
span { border-color: #7DCCB8; }
span { border-color: rgb(125,204,184); }
td.TdClassName
{
border-color: #7DCCB8;
}
.TagClassName
{
border-color: #7DCCB8;
}
</style>