Shades of Puerto Rico #49BBA6
Tints of Puerto Rico #49BBA6
RGB
CMYK
RGB Variations
Color information
#49BBA6 (or 0x49BBA6) is known color: Puerto Rico. HEX triplet: 49, BB and A6. RGB value is (73,187,166). Sum of RGB (Red+Green+Blue) = 73+187+166=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 187 - color contains mainly: green. Hex color #49BBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BBA6 is #B64459. Grayscale: #969696. Windows color (decimal): -11945050 or 10926921. OLE color: 10926921.
HSL color Cylindrical-coordinate representation of color #49BBA6: hue angle of 168.95º 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 #49BBA6 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 166 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.27 |
| HSL | 168.95º | 0.46% | 0.51% | - |
| HSV(B) | 168.95º | 0.61% | 0.73% | - |
| XYZ | 27.4 | 39.71 | 42.3 | - |
| YUV | 150.52 | 136.73 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 166 | 0.61 | 0 | 0.11 | 0.27 | 168.95 | 0.46 | 0.51 |
| Hex | 49 | BB | A6 | 3D | 0 | B | 1B | A9 | 2E | 33 |
| Octal | 111 | 273 | 246 | 75 | 0 | 13 | 33 | 251 | 56 | 63 |
| Binary | 1001001 | 10111011 | 10100110 | 111101 | 0 | 1011 | 11011 | 10101001 | 101110 | 110011 |
Color Harmonies of #49BBA6
Complementary color
Monochromatic Colors of #49BBA6
Black with #49BBA6
Text Example
Text Example
White with #49BBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBA6; }
p { color: rgb(73,187,166); }
H1.HeaderClassName
{
color: #49BBA6;
}
.AnyTagClassName
{
color: #49BBA6;
}
</style>
background-color css
<style>
a { background-color: #49BBA6; }
a { background-color: rgb(73,187,166); }
div.DivClassName
{
background-color: #49BBA6;
}
.BgClassName
{
background-color: #49BBA6;
}
</style>
border-color css
<style>
span { border-color: #49BBA6; }
span { border-color: rgb(73,187,166); }
td.TdClassName
{
border-color: #49BBA6;
}
.TagClassName
{
border-color: #49BBA6;
}
</style>