Shades of Puerto Rico #49C1AD
Tints of Puerto Rico #49C1AD
RGB
CMYK
RGB Variations
Color information
#49C1AD (or 0x49C1AD) is known color: Puerto Rico. HEX triplet: 49, C1 and AD. RGB value is (73,193,173). Sum of RGB (Red+Green+Blue) = 73+193+173=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #49C1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C1AD is #B63E52. Grayscale: #9A9A9A. Windows color (decimal): -11943507 or 11387209. OLE color: 11387209.
HSL color Cylindrical-coordinate representation of color #49C1AD: hue angle of 170º 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 #49C1AD is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 193 | 173 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.24 |
| HSL | 170º | 0.49% | 0.52% | - |
| HSV(B) | 170º | 0.62% | 0.76% | - |
| XYZ | 29.36 | 42.57 | 46.21 | - |
| YUV | 154.84 | 138.24 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 173 | 0.62 | 0 | 0.10 | 0.24 | 170 | 0.49 | 0.52 |
| Hex | 49 | C1 | AD | 3E | 0 | A | 18 | AA | 31 | 34 |
| Octal | 111 | 301 | 255 | 76 | 0 | 12 | 30 | 252 | 61 | 64 |
| Binary | 1001001 | 11000001 | 10101101 | 111110 | 0 | 1010 | 11000 | 10101010 | 110001 | 110100 |
Color Harmonies of #49C1AD
Complementary color
Monochromatic Colors of #49C1AD
Black with #49C1AD
Text Example
Text Example
White with #49C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C1AD; }
p { color: rgb(73,193,173); }
H1.HeaderClassName
{
color: #49C1AD;
}
.AnyTagClassName
{
color: #49C1AD;
}
</style>
background-color css
<style>
a { background-color: #49C1AD; }
a { background-color: rgb(73,193,173); }
div.DivClassName
{
background-color: #49C1AD;
}
.BgClassName
{
background-color: #49C1AD;
}
</style>
border-color css
<style>
span { border-color: #49C1AD; }
span { border-color: rgb(73,193,173); }
td.TdClassName
{
border-color: #49C1AD;
}
.TagClassName
{
border-color: #49C1AD;
}
</style>