Shades of Monte Carlo #7DBFAA
Tints of Monte Carlo #7DBFAA
RGB
CMYK
RGB Variations
Color information
#7DBFAA (or 0x7DBFAA) is known color: Monte Carlo. HEX triplet: 7D, BF and AA. RGB value is (125,191,170). Sum of RGB (Red+Green+Blue) = 125+191+170=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBFAA is #824055. Grayscale: #A8A8A8. Windows color (decimal): -8536150 or 11190141. OLE color: 11190141.
HSL color Cylindrical-coordinate representation of color #7DBFAA: hue angle of 160.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBFAA is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 170 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.25 |
| HSL | 160.91º | 0.34% | 0.62% | - |
| HSV(B) | 160.91º | 0.35% | 0.75% | - |
| XYZ | 34.34 | 44.52 | 44.81 | - |
| YUV | 168.87 | 128.63 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 170 | 0.35 | 0 | 0.11 | 0.25 | 160.91 | 0.34 | 0.62 |
| Hex | 7D | BF | AA | 23 | 0 | B | 19 | A1 | 22 | 3E |
| Octal | 175 | 277 | 252 | 43 | 0 | 13 | 31 | 241 | 42 | 76 |
| Binary | 1111101 | 10111111 | 10101010 | 100011 | 0 | 1011 | 11001 | 10100001 | 100010 | 111110 |
Color Harmonies of #7DBFAA
Complementary color
Monochromatic Colors of #7DBFAA
Black with #7DBFAA
Text Example
Text Example
White with #7DBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFAA; }
p { color: rgb(125,191,170); }
H1.HeaderClassName
{
color: #7DBFAA;
}
.AnyTagClassName
{
color: #7DBFAA;
}
</style>
background-color css
<style>
a { background-color: #7DBFAA; }
a { background-color: rgb(125,191,170); }
div.DivClassName
{
background-color: #7DBFAA;
}
.BgClassName
{
background-color: #7DBFAA;
}
</style>
border-color css
<style>
span { border-color: #7DBFAA; }
span { border-color: rgb(125,191,170); }
td.TdClassName
{
border-color: #7DBFAA;
}
.TagClassName
{
border-color: #7DBFAA;
}
</style>