Shades of Puerto Rico #49B2B0
Tints of Puerto Rico #49B2B0
RGB
CMYK
RGB Variations
Color information
#49B2B0 (or 0x49B2B0) is known color: Puerto Rico. HEX triplet: 49, B2 and B0. RGB value is (73,178,176). Sum of RGB (Red+Green+Blue) = 73+178+176=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #49B2B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B2B0 is #B64D4F. Grayscale: #929292. Windows color (decimal): -11947344 or 11579977. OLE color: 11579977.
HSL color Cylindrical-coordinate representation of color #49B2B0: hue angle of 178.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B2B0 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 178 | 176 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.30 |
| HSL | 178.86º | 0.42% | 0.49% | - |
| HSV(B) | 178.86º | 0.59% | 0.7% | - |
| XYZ | 26.5 | 36.39 | 46.7 | - |
| YUV | 146.38 | 144.71 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 176 | 0.59 | 0 | 0.01 | 0.30 | 178.86 | 0.42 | 0.49 |
| Hex | 49 | B2 | B0 | 3B | 0 | 1 | 1E | B3 | 2A | 31 |
| Octal | 111 | 262 | 260 | 73 | 0 | 1 | 36 | 263 | 52 | 61 |
| Binary | 1001001 | 10110010 | 10110000 | 111011 | 0 | 1 | 11110 | 10110011 | 101010 | 110001 |
Color Harmonies of #49B2B0
Complementary color
Monochromatic Colors of #49B2B0
Black with #49B2B0
Text Example
Text Example
White with #49B2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B2B0; }
p { color: rgb(73,178,176); }
H1.HeaderClassName
{
color: #49B2B0;
}
.AnyTagClassName
{
color: #49B2B0;
}
</style>
background-color css
<style>
a { background-color: #49B2B0; }
a { background-color: rgb(73,178,176); }
div.DivClassName
{
background-color: #49B2B0;
}
.BgClassName
{
background-color: #49B2B0;
}
</style>
border-color css
<style>
span { border-color: #49B2B0; }
span { border-color: rgb(73,178,176); }
td.TdClassName
{
border-color: #49B2B0;
}
.TagClassName
{
border-color: #49B2B0;
}
</style>