Shades of Puerto Rico #49AEAB
Tints of Puerto Rico #49AEAB
RGB
CMYK
RGB Variations
Color information
#49AEAB (or 0x49AEAB) is known color: Puerto Rico. HEX triplet: 49, AE and AB. RGB value is (73,174,171). Sum of RGB (Red+Green+Blue) = 73+174+171=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #49AEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AEAB is #B65154. Grayscale: #8F8F8F. Windows color (decimal): -11948373 or 11251273. OLE color: 11251273.
HSL color Cylindrical-coordinate representation of color #49AEAB: hue angle of 178.22º 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 #49AEAB is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 174 | 171 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.32 |
| HSL | 178.22º | 0.41% | 0.48% | - |
| HSV(B) | 178.22º | 0.58% | 0.68% | - |
| XYZ | 25.23 | 34.63 | 43.88 | - |
| YUV | 143.46 | 143.54 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 174 | 171 | 0.58 | 0 | 0.02 | 0.32 | 178.22 | 0.41 | 0.48 |
| Hex | 49 | AE | AB | 3A | 0 | 2 | 20 | B2 | 29 | 30 |
| Octal | 111 | 256 | 253 | 72 | 0 | 2 | 40 | 262 | 51 | 60 |
| Binary | 1001001 | 10101110 | 10101011 | 111010 | 0 | 10 | 100000 | 10110010 | 101001 | 110000 |
Color Harmonies of #49AEAB
Complementary color
Monochromatic Colors of #49AEAB
Black with #49AEAB
Text Example
Text Example
White with #49AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AEAB; }
p { color: rgb(73,174,171); }
H1.HeaderClassName
{
color: #49AEAB;
}
.AnyTagClassName
{
color: #49AEAB;
}
</style>
background-color css
<style>
a { background-color: #49AEAB; }
a { background-color: rgb(73,174,171); }
div.DivClassName
{
background-color: #49AEAB;
}
.BgClassName
{
background-color: #49AEAB;
}
</style>
border-color css
<style>
span { border-color: #49AEAB; }
span { border-color: rgb(73,174,171); }
td.TdClassName
{
border-color: #49AEAB;
}
.TagClassName
{
border-color: #49AEAB;
}
</style>