Shades of Monte Carlo #7DBAB8
Tints of Monte Carlo #7DBAB8
RGB
CMYK
RGB Variations
Color information
#7DBAB8 (or 0x7DBAB8) is known color: Monte Carlo. HEX triplet: 7D, BA and B8. RGB value is (125,186,184). Sum of RGB (Red+Green+Blue) = 125+186+184=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBAB8 is #824547. Grayscale: #A7A7A7. Windows color (decimal): -8537416 or 12106365. OLE color: 12106365.
HSL color Cylindrical-coordinate representation of color #7DBAB8: hue angle of 178.03º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBAB8 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 184 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.27 |
| HSL | 178.03º | 0.31% | 0.61% | - |
| HSV(B) | 178.03º | 0.33% | 0.73% | - |
| XYZ | 34.67 | 42.94 | 51.81 | - |
| YUV | 167.53 | 137.29 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 184 | 0.33 | 0 | 0.01 | 0.27 | 178.03 | 0.31 | 0.61 |
| Hex | 7D | BA | B8 | 21 | 0 | 1 | 1B | B2 | 1F | 3D |
| Octal | 175 | 272 | 270 | 41 | 0 | 1 | 33 | 262 | 37 | 75 |
| Binary | 1111101 | 10111010 | 10111000 | 100001 | 0 | 1 | 11011 | 10110010 | 11111 | 111101 |
Color Harmonies of #7DBAB8
Complementary color
Monochromatic Colors of #7DBAB8
Black with #7DBAB8
Text Example
Text Example
White with #7DBAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBAB8; }
p { color: rgb(125,186,184); }
H1.HeaderClassName
{
color: #7DBAB8;
}
.AnyTagClassName
{
color: #7DBAB8;
}
</style>
background-color css
<style>
a { background-color: #7DBAB8; }
a { background-color: rgb(125,186,184); }
div.DivClassName
{
background-color: #7DBAB8;
}
.BgClassName
{
background-color: #7DBAB8;
}
</style>
border-color css
<style>
span { border-color: #7DBAB8; }
span { border-color: rgb(125,186,184); }
td.TdClassName
{
border-color: #7DBAB8;
}
.TagClassName
{
border-color: #7DBAB8;
}
</style>