Shades of Monte Carlo #7DBEB8
Tints of Monte Carlo #7DBEB8
RGB
CMYK
RGB Variations
Color information
#7DBEB8 (or 0x7DBEB8) is known color: Monte Carlo. HEX triplet: 7D, BE and B8. RGB value is (125,190,184). Sum of RGB (Red+Green+Blue) = 125+190+184=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBEB8 is #824147. Grayscale: #A9A9A9. Windows color (decimal): -8536392 or 12107389. OLE color: 12107389.
HSL color Cylindrical-coordinate representation of color #7DBEB8: hue angle of 174.46º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBEB8 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 184 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.25 |
| HSL | 174.46º | 0.33% | 0.62% | - |
| HSV(B) | 174.46º | 0.34% | 0.75% | - |
| XYZ | 35.52 | 44.65 | 52.09 | - |
| YUV | 169.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 184 | 0.34 | 0 | 0.03 | 0.25 | 174.46 | 0.33 | 0.62 |
| Hex | 7D | BE | B8 | 22 | 0 | 3 | 19 | AE | 21 | 3E |
| Octal | 175 | 276 | 270 | 42 | 0 | 3 | 31 | 256 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10111000 | 100010 | 0 | 11 | 11001 | 10101110 | 100001 | 111110 |
Color Harmonies of #7DBEB8
Complementary color
Monochromatic Colors of #7DBEB8
Black with #7DBEB8
Text Example
Text Example
White with #7DBEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBEB8; }
p { color: rgb(125,190,184); }
H1.HeaderClassName
{
color: #7DBEB8;
}
.AnyTagClassName
{
color: #7DBEB8;
}
</style>
background-color css
<style>
a { background-color: #7DBEB8; }
a { background-color: rgb(125,190,184); }
div.DivClassName
{
background-color: #7DBEB8;
}
.BgClassName
{
background-color: #7DBEB8;
}
</style>
border-color css
<style>
span { border-color: #7DBEB8; }
span { border-color: rgb(125,190,184); }
td.TdClassName
{
border-color: #7DBEB8;
}
.TagClassName
{
border-color: #7DBEB8;
}
</style>