Shades of Monte Carlo #7DC3AF
Tints of Monte Carlo #7DC3AF
RGB
CMYK
RGB Variations
Color information
#7DC3AF (or 0x7DC3AF) is known color: Monte Carlo. HEX triplet: 7D, C3 and AF. RGB value is (125,195,175). Sum of RGB (Red+Green+Blue) = 125+195+175=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC3AF is #823C50. Grayscale: #ABABAB. Windows color (decimal): -8535121 or 11518845. OLE color: 11518845.
HSL color Cylindrical-coordinate representation of color #7DC3AF: hue angle of 162.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC3AF is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 195 | 175 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.24 |
| HSL | 162.86º | 0.37% | 0.63% | - |
| HSV(B) | 162.86º | 0.36% | 0.76% | - |
| XYZ | 35.71 | 46.49 | 47.65 | - |
| YUV | 171.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 195 | 175 | 0.36 | 0 | 0.10 | 0.24 | 162.86 | 0.37 | 0.63 |
| Hex | 7D | C3 | AF | 24 | 0 | A | 18 | A3 | 25 | 3F |
| Octal | 175 | 303 | 257 | 44 | 0 | 12 | 30 | 243 | 45 | 77 |
| Binary | 1111101 | 11000011 | 10101111 | 100100 | 0 | 1010 | 11000 | 10100011 | 100101 | 111111 |
Color Harmonies of #7DC3AF
Complementary color
Monochromatic Colors of #7DC3AF
Black with #7DC3AF
Text Example
Text Example
White with #7DC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC3AF; }
p { color: rgb(125,195,175); }
H1.HeaderClassName
{
color: #7DC3AF;
}
.AnyTagClassName
{
color: #7DC3AF;
}
</style>
background-color css
<style>
a { background-color: #7DC3AF; }
a { background-color: rgb(125,195,175); }
div.DivClassName
{
background-color: #7DC3AF;
}
.BgClassName
{
background-color: #7DC3AF;
}
</style>
border-color css
<style>
span { border-color: #7DC3AF; }
span { border-color: rgb(125,195,175); }
td.TdClassName
{
border-color: #7DC3AF;
}
.TagClassName
{
border-color: #7DC3AF;
}
</style>