Shades of Puerto Rico #49BBA5
Tints of Puerto Rico #49BBA5
RGB
CMYK
RGB Variations
Color information
#49BBA5 (or 0x49BBA5) is known color: Puerto Rico. HEX triplet: 49, BB and A5. RGB value is (73,187,165). Sum of RGB (Red+Green+Blue) = 73+187+165=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #49BBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BBA5 is #B6445A. Grayscale: #969696. Windows color (decimal): -11945051 or 10861385. OLE color: 10861385.
HSL color Cylindrical-coordinate representation of color #49BBA5: hue angle of 168.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BBA5 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 165 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.27 |
| HSL | 168.42º | 0.46% | 0.51% | - |
| HSV(B) | 168.42º | 0.61% | 0.73% | - |
| XYZ | 27.31 | 39.67 | 41.82 | - |
| YUV | 150.41 | 136.23 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 165 | 0.61 | 0 | 0.12 | 0.27 | 168.42 | 0.46 | 0.51 |
| Hex | 49 | BB | A5 | 3D | 0 | C | 1B | A8 | 2E | 33 |
| Octal | 111 | 273 | 245 | 75 | 0 | 14 | 33 | 250 | 56 | 63 |
| Binary | 1001001 | 10111011 | 10100101 | 111101 | 0 | 1100 | 11011 | 10101000 | 101110 | 110011 |
Color Harmonies of #49BBA5
Complementary color
Monochromatic Colors of #49BBA5
Black with #49BBA5
Text Example
Text Example
White with #49BBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBA5; }
p { color: rgb(73,187,165); }
H1.HeaderClassName
{
color: #49BBA5;
}
.AnyTagClassName
{
color: #49BBA5;
}
</style>
background-color css
<style>
a { background-color: #49BBA5; }
a { background-color: rgb(73,187,165); }
div.DivClassName
{
background-color: #49BBA5;
}
.BgClassName
{
background-color: #49BBA5;
}
</style>
border-color css
<style>
span { border-color: #49BBA5; }
span { border-color: rgb(73,187,165); }
td.TdClassName
{
border-color: #49BBA5;
}
.TagClassName
{
border-color: #49BBA5;
}
</style>