Shades of Puerto Rico #49BBAF
Tints of Puerto Rico #49BBAF
RGB
CMYK
RGB Variations
Color information
#49BBAF (or 0x49BBAF) is known color: Puerto Rico. HEX triplet: 49, BB and AF. RGB value is (73,187,175). Sum of RGB (Red+Green+Blue) = 73+187+175=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #49BBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BBAF is #B64450. Grayscale: #979797. Windows color (decimal): -11945041 or 11516745. OLE color: 11516745.
HSL color Cylindrical-coordinate representation of color #49BBAF: hue angle of 173.68º 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 #49BBAF is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 175 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.27 |
| HSL | 173.68º | 0.46% | 0.51% | - |
| HSV(B) | 173.68º | 0.61% | 0.73% | - |
| XYZ | 28.26 | 40.05 | 46.8 | - |
| YUV | 151.55 | 141.23 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 175 | 0.61 | 0 | 0.06 | 0.27 | 173.68 | 0.46 | 0.51 |
| Hex | 49 | BB | AF | 3D | 0 | 6 | 1B | AE | 2E | 33 |
| Octal | 111 | 273 | 257 | 75 | 0 | 6 | 33 | 256 | 56 | 63 |
| Binary | 1001001 | 10111011 | 10101111 | 111101 | 0 | 110 | 11011 | 10101110 | 101110 | 110011 |
Color Harmonies of #49BBAF
Complementary color
Monochromatic Colors of #49BBAF
Black with #49BBAF
Text Example
Text Example
White with #49BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBAF; }
p { color: rgb(73,187,175); }
H1.HeaderClassName
{
color: #49BBAF;
}
.AnyTagClassName
{
color: #49BBAF;
}
</style>
background-color css
<style>
a { background-color: #49BBAF; }
a { background-color: rgb(73,187,175); }
div.DivClassName
{
background-color: #49BBAF;
}
.BgClassName
{
background-color: #49BBAF;
}
</style>
border-color css
<style>
span { border-color: #49BBAF; }
span { border-color: rgb(73,187,175); }
td.TdClassName
{
border-color: #49BBAF;
}
.TagClassName
{
border-color: #49BBAF;
}
</style>