Shades of Monte Carlo #7DBFAC
Tints of Monte Carlo #7DBFAC
RGB
CMYK
RGB Variations
Color information
#7DBFAC (or 0x7DBFAC) is known color: Monte Carlo. HEX triplet: 7D, BF and AC. RGB value is (125,191,172). Sum of RGB (Red+Green+Blue) = 125+191+172=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBFAC is #824053. Grayscale: #A9A9A9. Windows color (decimal): -8536148 or 11321213. OLE color: 11321213.
HSL color Cylindrical-coordinate representation of color #7DBFAC: hue angle of 162.73º 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 #7DBFAC is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
RGB | 125 | 191 | 172 | - |
CMYK | 0.35 | 0 | 0.10 | 0.25 |
HSL | 162.73º | 0.34% | 0.62% | - |
HSV(B) | 162.73º | 0.35% | 0.75% | - |
XYZ | 34.53 | 44.6 | 45.82 | - |
YUV | 169.1 | 129.63 | 96.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 191 | 172 | 0.35 | 0 | 0.10 | 0.25 | 162.73 | 0.34 | 0.62 |
Hex | 7D | BF | AC | 23 | 0 | A | 19 | A3 | 22 | 3E |
Octal | 175 | 277 | 254 | 43 | 0 | 12 | 31 | 243 | 42 | 76 |
Binary | 1111101 | 10111111 | 10101100 | 100011 | 0 | 1010 | 11001 | 10100011 | 100010 | 111110 |
Color Harmonies of #7DBFAC
Complementary color
Monochromatic Colors of #7DBFAC
Black with #7DBFAC
Text Example
Text Example
White with #7DBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFAC; }
p { color: rgb(125,191,172); }
H1.HeaderClassName
{
color: #7DBFAC;
}
.AnyTagClassName
{
color: #7DBFAC;
}
</style>
background-color css
<style>
a { background-color: #7DBFAC; }
a { background-color: rgb(125,191,172); }
div.DivClassName
{
background-color: #7DBFAC;
}
.BgClassName
{
background-color: #7DBFAC;
}
</style>
border-color css
<style>
span { border-color: #7DBFAC; }
span { border-color: rgb(125,191,172); }
td.TdClassName
{
border-color: #7DBFAC;
}
.TagClassName
{
border-color: #7DBFAC;
}
</style>