Shades of Puerto Rico #49C0B2
Tints of Puerto Rico #49C0B2
RGB
CMYK
RGB Variations
Color information
#49C0B2 (or 0x49C0B2) is known color: Puerto Rico. HEX triplet: 49, C0 and B2. RGB value is (73,192,178). Sum of RGB (Red+Green+Blue) = 73+192+178=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #49C0B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C0B2 is #B63F4D. Grayscale: #9A9A9A. Windows color (decimal): -11943758 or 11714633. OLE color: 11714633.
HSL color Cylindrical-coordinate representation of color #49C0B2: hue angle of 172.94º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C0B2 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 178 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.25 |
| HSL | 172.94º | 0.49% | 0.52% | - |
| HSV(B) | 172.94º | 0.62% | 0.75% | - |
| XYZ | 29.63 | 42.33 | 48.73 | - |
| YUV | 154.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 178 | 0.62 | 0 | 0.07 | 0.25 | 172.94 | 0.49 | 0.52 |
| Hex | 49 | C0 | B2 | 3E | 0 | 7 | 19 | AD | 31 | 34 |
| Octal | 111 | 300 | 262 | 76 | 0 | 7 | 31 | 255 | 61 | 64 |
| Binary | 1001001 | 11000000 | 10110010 | 111110 | 0 | 111 | 11001 | 10101101 | 110001 | 110100 |
Color Harmonies of #49C0B2
Complementary color
Monochromatic Colors of #49C0B2
Black with #49C0B2
Text Example
Text Example
White with #49C0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C0B2; }
p { color: rgb(73,192,178); }
H1.HeaderClassName
{
color: #49C0B2;
}
.AnyTagClassName
{
color: #49C0B2;
}
</style>
background-color css
<style>
a { background-color: #49C0B2; }
a { background-color: rgb(73,192,178); }
div.DivClassName
{
background-color: #49C0B2;
}
.BgClassName
{
background-color: #49C0B2;
}
</style>
border-color css
<style>
span { border-color: #49C0B2; }
span { border-color: rgb(73,192,178); }
td.TdClassName
{
border-color: #49C0B2;
}
.TagClassName
{
border-color: #49C0B2;
}
</style>