Shades of Puerto Rico #49C1A8
Tints of Puerto Rico #49C1A8
RGB
CMYK
RGB Variations
Color information
#49C1A8 (or 0x49C1A8) is known color: Puerto Rico. HEX triplet: 49, C1 and A8. RGB value is (73,193,168). Sum of RGB (Red+Green+Blue) = 73+193+168=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #49C1A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C1A8 is #B63E57. Grayscale: #9A9A9A. Windows color (decimal): -11943512 or 11059529. OLE color: 11059529.
HSL color Cylindrical-coordinate representation of color #49C1A8: hue angle of 167.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C1A8 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 193 | 168 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.24 |
| HSL | 167.5º | 0.49% | 0.52% | - |
| HSV(B) | 167.5º | 0.62% | 0.76% | - |
| XYZ | 28.89 | 42.38 | 43.7 | - |
| YUV | 154.27 | 135.74 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 168 | 0.62 | 0 | 0.13 | 0.24 | 167.5 | 0.49 | 0.52 |
| Hex | 49 | C1 | A8 | 3E | 0 | D | 18 | A8 | 31 | 34 |
| Octal | 111 | 301 | 250 | 76 | 0 | 15 | 30 | 250 | 61 | 64 |
| Binary | 1001001 | 11000001 | 10101000 | 111110 | 0 | 1101 | 11000 | 10101000 | 110001 | 110100 |
Color Harmonies of #49C1A8
Complementary color
Monochromatic Colors of #49C1A8
Black with #49C1A8
Text Example
Text Example
White with #49C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C1A8; }
p { color: rgb(73,193,168); }
H1.HeaderClassName
{
color: #49C1A8;
}
.AnyTagClassName
{
color: #49C1A8;
}
</style>
background-color css
<style>
a { background-color: #49C1A8; }
a { background-color: rgb(73,193,168); }
div.DivClassName
{
background-color: #49C1A8;
}
.BgClassName
{
background-color: #49C1A8;
}
</style>
border-color css
<style>
span { border-color: #49C1A8; }
span { border-color: rgb(73,193,168); }
td.TdClassName
{
border-color: #49C1A8;
}
.TagClassName
{
border-color: #49C1A8;
}
</style>