Shades of Puerto Rico #49BCA6
Tints of Puerto Rico #49BCA6
RGB
CMYK
RGB Variations
Color information
#49BCA6 (or 0x49BCA6) is known color: Puerto Rico. HEX triplet: 49, BC and A6. RGB value is (73,188,166). Sum of RGB (Red+Green+Blue) = 73+188+166=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #49BCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BCA6 is #B64359. Grayscale: #979797. Windows color (decimal): -11944794 or 10927177. OLE color: 10927177.
HSL color Cylindrical-coordinate representation of color #49BCA6: hue angle of 168.52º 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 #49BCA6 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 166 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.26 |
| HSL | 168.52º | 0.46% | 0.51% | - |
| HSV(B) | 168.52º | 0.61% | 0.74% | - |
| XYZ | 27.61 | 40.14 | 42.37 | - |
| YUV | 151.11 | 136.4 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 166 | 0.61 | 0 | 0.12 | 0.26 | 168.52 | 0.46 | 0.51 |
| Hex | 49 | BC | A6 | 3D | 0 | C | 1A | A9 | 2E | 33 |
| Octal | 111 | 274 | 246 | 75 | 0 | 14 | 32 | 251 | 56 | 63 |
| Binary | 1001001 | 10111100 | 10100110 | 111101 | 0 | 1100 | 11010 | 10101001 | 101110 | 110011 |
Color Harmonies of #49BCA6
Complementary color
Monochromatic Colors of #49BCA6
Black with #49BCA6
Text Example
Text Example
White with #49BCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCA6; }
p { color: rgb(73,188,166); }
H1.HeaderClassName
{
color: #49BCA6;
}
.AnyTagClassName
{
color: #49BCA6;
}
</style>
background-color css
<style>
a { background-color: #49BCA6; }
a { background-color: rgb(73,188,166); }
div.DivClassName
{
background-color: #49BCA6;
}
.BgClassName
{
background-color: #49BCA6;
}
</style>
border-color css
<style>
span { border-color: #49BCA6; }
span { border-color: rgb(73,188,166); }
td.TdClassName
{
border-color: #49BCA6;
}
.TagClassName
{
border-color: #49BCA6;
}
</style>