Shades of Puerto Rico #49AFA2
Tints of Puerto Rico #49AFA2
RGB
CMYK
RGB Variations
Color information
#49AFA2 (or 0x49AFA2) is known color: Puerto Rico. HEX triplet: 49, AF and A2. RGB value is (73,175,162). Sum of RGB (Red+Green+Blue) = 73+175+162=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #49AFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AFA2 is #B6505D. Grayscale: #8E8E8E. Windows color (decimal): -11948126 or 10661705. OLE color: 10661705.
HSL color Cylindrical-coordinate representation of color #49AFA2: hue angle of 172.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AFA2 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 162 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.31 |
| HSL | 172.35º | 0.41% | 0.49% | - |
| HSV(B) | 172.35º | 0.58% | 0.69% | - |
| XYZ | 24.6 | 34.69 | 39.58 | - |
| YUV | 143.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 162 | 0.58 | 0 | 0.07 | 0.31 | 172.35 | 0.41 | 0.49 |
| Hex | 49 | AF | A2 | 3A | 0 | 7 | 1F | AC | 29 | 31 |
| Octal | 111 | 257 | 242 | 72 | 0 | 7 | 37 | 254 | 51 | 61 |
| Binary | 1001001 | 10101111 | 10100010 | 111010 | 0 | 111 | 11111 | 10101100 | 101001 | 110001 |
Color Harmonies of #49AFA2
Complementary color
Monochromatic Colors of #49AFA2
Black with #49AFA2
Text Example
Text Example
White with #49AFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFA2; }
p { color: rgb(73,175,162); }
H1.HeaderClassName
{
color: #49AFA2;
}
.AnyTagClassName
{
color: #49AFA2;
}
</style>
background-color css
<style>
a { background-color: #49AFA2; }
a { background-color: rgb(73,175,162); }
div.DivClassName
{
background-color: #49AFA2;
}
.BgClassName
{
background-color: #49AFA2;
}
</style>
border-color css
<style>
span { border-color: #49AFA2; }
span { border-color: rgb(73,175,162); }
td.TdClassName
{
border-color: #49AFA2;
}
.TagClassName
{
border-color: #49AFA2;
}
</style>