Shades of Puerto Rico #49ADAA
Tints of Puerto Rico #49ADAA
RGB
CMYK
RGB Variations
Color information
#49ADAA (or 0x49ADAA) is known color: Puerto Rico. HEX triplet: 49, AD and AA. RGB value is (73,173,170). Sum of RGB (Red+Green+Blue) = 73+173+170=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #49ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ADAA is #B65255. Grayscale: #8E8E8E. Windows color (decimal): -11948630 or 11185481. OLE color: 11185481.
HSL color Cylindrical-coordinate representation of color #49ADAA: hue angle of 178.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49ADAA is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 170 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.32 |
| HSL | 178.2º | 0.41% | 0.48% | - |
| HSV(B) | 178.2º | 0.58% | 0.68% | - |
| XYZ | 24.95 | 34.21 | 43.32 | - |
| YUV | 142.76 | 143.37 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 170 | 0.58 | 0 | 0.02 | 0.32 | 178.2 | 0.41 | 0.48 |
| Hex | 49 | AD | AA | 3A | 0 | 2 | 20 | B2 | 29 | 30 |
| Octal | 111 | 255 | 252 | 72 | 0 | 2 | 40 | 262 | 51 | 60 |
| Binary | 1001001 | 10101101 | 10101010 | 111010 | 0 | 10 | 100000 | 10110010 | 101001 | 110000 |
Color Harmonies of #49ADAA
Complementary color
Monochromatic Colors of #49ADAA
Black with #49ADAA
Text Example
Text Example
White with #49ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADAA; }
p { color: rgb(73,173,170); }
H1.HeaderClassName
{
color: #49ADAA;
}
.AnyTagClassName
{
color: #49ADAA;
}
</style>
background-color css
<style>
a { background-color: #49ADAA; }
a { background-color: rgb(73,173,170); }
div.DivClassName
{
background-color: #49ADAA;
}
.BgClassName
{
background-color: #49ADAA;
}
</style>
border-color css
<style>
span { border-color: #49ADAA; }
span { border-color: rgb(73,173,170); }
td.TdClassName
{
border-color: #49ADAA;
}
.TagClassName
{
border-color: #49ADAA;
}
</style>