Shades of Monte Carlo #72BFAE
Tints of Monte Carlo #72BFAE
RGB
CMYK
RGB Variations
Color information
#72BFAE (or 0x72BFAE) is known color: Monte Carlo. HEX triplet: 72, BF and AE. RGB value is (114,191,174). Sum of RGB (Red+Green+Blue) = 114+191+174=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #72BFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BFAE is #8D4051. Grayscale: #A6A6A6. Windows color (decimal): -9257042 or 11452274. OLE color: 11452274.
HSL color Cylindrical-coordinate representation of color #72BFAE: hue angle of 166.75º 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 #72BFAE is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 191 | 174 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.25 |
| HSL | 166.75º | 0.38% | 0.6% | - |
| HSV(B) | 166.75º | 0.4% | 0.75% | - |
| XYZ | 33.21 | 43.9 | 46.77 | - |
| YUV | 166.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 174 | 0.40 | 0 | 0.09 | 0.25 | 166.75 | 0.38 | 0.6 |
| Hex | 72 | BF | AE | 28 | 0 | 9 | 19 | A7 | 26 | 3C |
| Octal | 162 | 277 | 256 | 50 | 0 | 11 | 31 | 247 | 46 | 74 |
| Binary | 1110010 | 10111111 | 10101110 | 101000 | 0 | 1001 | 11001 | 10100111 | 100110 | 111100 |
Color Harmonies of #72BFAE
Complementary color
Monochromatic Colors of #72BFAE
Black with #72BFAE
Text Example
Text Example
White with #72BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BFAE; }
p { color: rgb(114,191,174); }
H1.HeaderClassName
{
color: #72BFAE;
}
.AnyTagClassName
{
color: #72BFAE;
}
</style>
background-color css
<style>
a { background-color: #72BFAE; }
a { background-color: rgb(114,191,174); }
div.DivClassName
{
background-color: #72BFAE;
}
.BgClassName
{
background-color: #72BFAE;
}
</style>
border-color css
<style>
span { border-color: #72BFAE; }
span { border-color: rgb(114,191,174); }
td.TdClassName
{
border-color: #72BFAE;
}
.TagClassName
{
border-color: #72BFAE;
}
</style>