Shades of Monte Carlo #81BEAD
Tints of Monte Carlo #81BEAD
RGB
CMYK
RGB Variations
Color information
#81BEAD (or 0x81BEAD) is known color: Monte Carlo. HEX triplet: 81, BE and AD. RGB value is (129,190,173). Sum of RGB (Red+Green+Blue) = 129+190+173=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #81BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BEAD is #7E4152. Grayscale: #A9A9A9. Windows color (decimal): -8274259 or 11386497. OLE color: 11386497.
HSL color Cylindrical-coordinate representation of color #81BEAD: hue angle of 163.28º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BEAD is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 173 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.25 |
| HSL | 163.28º | 0.32% | 0.63% | - |
| HSV(B) | 163.28º | 0.32% | 0.75% | - |
| XYZ | 35.01 | 44.51 | 46.28 | - |
| YUV | 169.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 173 | 0.32 | 0 | 0.09 | 0.25 | 163.28 | 0.32 | 0.63 |
| Hex | 81 | BE | AD | 20 | 0 | 9 | 19 | A3 | 20 | 3F |
| Octal | 201 | 276 | 255 | 40 | 0 | 11 | 31 | 243 | 40 | 77 |
| Binary | 10000001 | 10111110 | 10101101 | 100000 | 0 | 1001 | 11001 | 10100011 | 100000 | 111111 |
Color Harmonies of #81BEAD
Complementary color
Monochromatic Colors of #81BEAD
Black with #81BEAD
Text Example
Text Example
White with #81BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BEAD; }
p { color: rgb(129,190,173); }
H1.HeaderClassName
{
color: #81BEAD;
}
.AnyTagClassName
{
color: #81BEAD;
}
</style>
background-color css
<style>
a { background-color: #81BEAD; }
a { background-color: rgb(129,190,173); }
div.DivClassName
{
background-color: #81BEAD;
}
.BgClassName
{
background-color: #81BEAD;
}
</style>
border-color css
<style>
span { border-color: #81BEAD; }
span { border-color: rgb(129,190,173); }
td.TdClassName
{
border-color: #81BEAD;
}
.TagClassName
{
border-color: #81BEAD;
}
</style>