Shades of Puerto Rico #49C09B
Tints of Puerto Rico #49C09B
RGB
CMYK
RGB Variations
Color information
#49C09B (or 0x49C09B) is known color: Puerto Rico. HEX triplet: 49, C0 and 9B. RGB value is (73,192,155). Sum of RGB (Red+Green+Blue) = 73+192+155=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #49C09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C09B is #B63F64. Grayscale: #989898. Windows color (decimal): -11943781 or 10207305. OLE color: 10207305.
HSL color Cylindrical-coordinate representation of color #49C09B: hue angle of 161.34º 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 #49C09B is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 155 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.25 |
| HSL | 161.34º | 0.49% | 0.52% | - |
| HSV(B) | 161.34º | 0.62% | 0.75% | - |
| XYZ | 27.51 | 41.48 | 37.57 | - |
| YUV | 152.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 155 | 0.62 | 0 | 0.19 | 0.25 | 161.34 | 0.49 | 0.52 |
| Hex | 49 | C0 | 9B | 3E | 0 | 13 | 19 | A1 | 31 | 34 |
| Octal | 111 | 300 | 233 | 76 | 0 | 23 | 31 | 241 | 61 | 64 |
| Binary | 1001001 | 11000000 | 10011011 | 111110 | 0 | 10011 | 11001 | 10100001 | 110001 | 110100 |
Color Harmonies of #49C09B
Complementary color
Monochromatic Colors of #49C09B
Black with #49C09B
Text Example
Text Example
White with #49C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C09B; }
p { color: rgb(73,192,155); }
H1.HeaderClassName
{
color: #49C09B;
}
.AnyTagClassName
{
color: #49C09B;
}
</style>
background-color css
<style>
a { background-color: #49C09B; }
a { background-color: rgb(73,192,155); }
div.DivClassName
{
background-color: #49C09B;
}
.BgClassName
{
background-color: #49C09B;
}
</style>
border-color css
<style>
span { border-color: #49C09B; }
span { border-color: rgb(73,192,155); }
td.TdClassName
{
border-color: #49C09B;
}
.TagClassName
{
border-color: #49C09B;
}
</style>