Shades of Monte Carlo #72BFAC
Tints of Monte Carlo #72BFAC
RGB
CMYK
RGB Variations
Color information
#72BFAC (or 0x72BFAC) is known color: Monte Carlo. HEX triplet: 72, BF and AC. RGB value is (114,191,172). Sum of RGB (Red+Green+Blue) = 114+191+172=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #72BFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BFAC is #8D4053. Grayscale: #A5A5A5. Windows color (decimal): -9257044 or 11321202. OLE color: 11321202.
HSL color Cylindrical-coordinate representation of color #72BFAC: hue angle of 165.19º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BFAC is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 191 | 172 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.25 |
| HSL | 165.19º | 0.38% | 0.6% | - |
| HSV(B) | 165.19º | 0.4% | 0.75% | - |
| XYZ | 33.02 | 43.82 | 45.75 | - |
| YUV | 165.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 172 | 0.40 | 0 | 0.10 | 0.25 | 165.19 | 0.38 | 0.6 |
| Hex | 72 | BF | AC | 28 | 0 | A | 19 | A5 | 26 | 3C |
| Octal | 162 | 277 | 254 | 50 | 0 | 12 | 31 | 245 | 46 | 74 |
| Binary | 1110010 | 10111111 | 10101100 | 101000 | 0 | 1010 | 11001 | 10100101 | 100110 | 111100 |
Color Harmonies of #72BFAC
Complementary color
Monochromatic Colors of #72BFAC
Black with #72BFAC
Text Example
Text Example
White with #72BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BFAC; }
p { color: rgb(114,191,172); }
H1.HeaderClassName
{
color: #72BFAC;
}
.AnyTagClassName
{
color: #72BFAC;
}
</style>
background-color css
<style>
a { background-color: #72BFAC; }
a { background-color: rgb(114,191,172); }
div.DivClassName
{
background-color: #72BFAC;
}
.BgClassName
{
background-color: #72BFAC;
}
</style>
border-color css
<style>
span { border-color: #72BFAC; }
span { border-color: rgb(114,191,172); }
td.TdClassName
{
border-color: #72BFAC;
}
.TagClassName
{
border-color: #72BFAC;
}
</style>