Shades of Puerto Rico #49B0A5
Tints of Puerto Rico #49B0A5
RGB
CMYK
RGB Variations
Color information
#49B0A5 (or 0x49B0A5) is known color: Puerto Rico. HEX triplet: 49, B0 and A5. RGB value is (73,176,165). Sum of RGB (Red+Green+Blue) = 73+176+165=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #49B0A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B0A5 is #B64F5A. Grayscale: #8F8F8F. Windows color (decimal): -11947867 or 10858569. OLE color: 10858569.
HSL color Cylindrical-coordinate representation of color #49B0A5: hue angle of 173.59º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B0A5 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 176 | 165 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.31 |
| HSL | 173.59º | 0.41% | 0.49% | - |
| HSV(B) | 173.59º | 0.59% | 0.69% | - |
| XYZ | 25.06 | 35.18 | 41.07 | - |
| YUV | 143.95 | 139.88 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 176 | 165 | 0.59 | 0 | 0.06 | 0.31 | 173.59 | 0.41 | 0.49 |
| Hex | 49 | B0 | A5 | 3B | 0 | 6 | 1F | AE | 29 | 31 |
| Octal | 111 | 260 | 245 | 73 | 0 | 6 | 37 | 256 | 51 | 61 |
| Binary | 1001001 | 10110000 | 10100101 | 111011 | 0 | 110 | 11111 | 10101110 | 101001 | 110001 |
Color Harmonies of #49B0A5
Complementary color
Monochromatic Colors of #49B0A5
Black with #49B0A5
Text Example
Text Example
White with #49B0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B0A5; }
p { color: rgb(73,176,165); }
H1.HeaderClassName
{
color: #49B0A5;
}
.AnyTagClassName
{
color: #49B0A5;
}
</style>
background-color css
<style>
a { background-color: #49B0A5; }
a { background-color: rgb(73,176,165); }
div.DivClassName
{
background-color: #49B0A5;
}
.BgClassName
{
background-color: #49B0A5;
}
</style>
border-color css
<style>
span { border-color: #49B0A5; }
span { border-color: rgb(73,176,165); }
td.TdClassName
{
border-color: #49B0A5;
}
.TagClassName
{
border-color: #49B0A5;
}
</style>