Shades of Monte Carlo #7DD5B2
Tints of Monte Carlo #7DD5B2
RGB
CMYK
RGB Variations
Color information
#7DD5B2 (or 0x7DD5B2) is known color: Monte Carlo. HEX triplet: 7D, D5 and B2. RGB value is (125,213,178). Sum of RGB (Red+Green+Blue) = 125+213+178=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD5B2 is #822A4D. Grayscale: #B6B6B6. Windows color (decimal): -8530510 or 11720061. OLE color: 11720061.
HSL color Cylindrical-coordinate representation of color #7DD5B2: hue angle of 156.14º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD5B2 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 213 | 178 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.16 |
| HSL | 156.14º | 0.51% | 0.66% | - |
| HSV(B) | 156.14º | 0.41% | 0.84% | - |
| XYZ | 40.29 | 55.16 | 50.64 | - |
| YUV | 182.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 213 | 178 | 0.41 | 0 | 0.16 | 0.16 | 156.14 | 0.51 | 0.66 |
| Hex | 7D | D5 | B2 | 29 | 0 | 10 | 10 | 9C | 33 | 42 |
| Octal | 175 | 325 | 262 | 51 | 0 | 20 | 20 | 234 | 63 | 102 |
| Binary | 1111101 | 11010101 | 10110010 | 101001 | 0 | 10000 | 10000 | 10011100 | 110011 | 1000010 |
Color Harmonies of #7DD5B2
Complementary color
Monochromatic Colors of #7DD5B2
Black with #7DD5B2
Text Example
Text Example
White with #7DD5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD5B2; }
p { color: rgb(125,213,178); }
H1.HeaderClassName
{
color: #7DD5B2;
}
.AnyTagClassName
{
color: #7DD5B2;
}
</style>
background-color css
<style>
a { background-color: #7DD5B2; }
a { background-color: rgb(125,213,178); }
div.DivClassName
{
background-color: #7DD5B2;
}
.BgClassName
{
background-color: #7DD5B2;
}
</style>
border-color css
<style>
span { border-color: #7DD5B2; }
span { border-color: rgb(125,213,178); }
td.TdClassName
{
border-color: #7DD5B2;
}
.TagClassName
{
border-color: #7DD5B2;
}
</style>