Shades of Puerto Rico #49BCAA
Tints of Puerto Rico #49BCAA
RGB
CMYK
RGB Variations
Color information
#49BCAA (or 0x49BCAA) is known color: Puerto Rico. HEX triplet: 49, BC and AA. RGB value is (73,188,170). Sum of RGB (Red+Green+Blue) = 73+188+170=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #49BCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BCAA is #B64355. Grayscale: #979797. Windows color (decimal): -11944790 or 11189321. OLE color: 11189321.
HSL color Cylindrical-coordinate representation of color #49BCAA: hue angle of 170.61º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BCAA is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 170 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.26 |
| HSL | 170.61º | 0.46% | 0.51% | - |
| HSV(B) | 170.61º | 0.61% | 0.74% | - |
| XYZ | 27.99 | 40.29 | 44.33 | - |
| YUV | 151.56 | 138.4 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 170 | 0.61 | 0 | 0.10 | 0.26 | 170.61 | 0.46 | 0.51 |
| Hex | 49 | BC | AA | 3D | 0 | A | 1A | AB | 2E | 33 |
| Octal | 111 | 274 | 252 | 75 | 0 | 12 | 32 | 253 | 56 | 63 |
| Binary | 1001001 | 10111100 | 10101010 | 111101 | 0 | 1010 | 11010 | 10101011 | 101110 | 110011 |
Color Harmonies of #49BCAA
Complementary color
Monochromatic Colors of #49BCAA
Black with #49BCAA
Text Example
Text Example
White with #49BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCAA; }
p { color: rgb(73,188,170); }
H1.HeaderClassName
{
color: #49BCAA;
}
.AnyTagClassName
{
color: #49BCAA;
}
</style>
background-color css
<style>
a { background-color: #49BCAA; }
a { background-color: rgb(73,188,170); }
div.DivClassName
{
background-color: #49BCAA;
}
.BgClassName
{
background-color: #49BCAA;
}
</style>
border-color css
<style>
span { border-color: #49BCAA; }
span { border-color: rgb(73,188,170); }
td.TdClassName
{
border-color: #49BCAA;
}
.TagClassName
{
border-color: #49BCAA;
}
</style>