Shades of Puerto Rico #49C3AF
Tints of Puerto Rico #49C3AF
RGB
CMYK
RGB Variations
Color information
#49C3AF (or 0x49C3AF) is known color: Puerto Rico. HEX triplet: 49, C3 and AF. RGB value is (73,195,175). Sum of RGB (Red+Green+Blue) = 73+195+175=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #49C3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C3AF is #B63C50. Grayscale: #9C9C9C. Windows color (decimal): -11942993 or 11518793. OLE color: 11518793.
HSL color Cylindrical-coordinate representation of color #49C3AF: hue angle of 170.16º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C3AF is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 175 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.24 |
| HSL | 170.16º | 0.5% | 0.53% | - |
| HSV(B) | 170.16º | 0.63% | 0.76% | - |
| XYZ | 30 | 43.54 | 47.38 | - |
| YUV | 156.24 | 138.58 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 175 | 0.63 | 0 | 0.10 | 0.24 | 170.16 | 0.5 | 0.53 |
| Hex | 49 | C3 | AF | 3F | 0 | A | 18 | AA | 32 | 35 |
| Octal | 111 | 303 | 257 | 77 | 0 | 12 | 30 | 252 | 62 | 65 |
| Binary | 1001001 | 11000011 | 10101111 | 111111 | 0 | 1010 | 11000 | 10101010 | 110010 | 110101 |
Color Harmonies of #49C3AF
Complementary color
Monochromatic Colors of #49C3AF
Black with #49C3AF
Text Example
Text Example
White with #49C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C3AF; }
p { color: rgb(73,195,175); }
H1.HeaderClassName
{
color: #49C3AF;
}
.AnyTagClassName
{
color: #49C3AF;
}
</style>
background-color css
<style>
a { background-color: #49C3AF; }
a { background-color: rgb(73,195,175); }
div.DivClassName
{
background-color: #49C3AF;
}
.BgClassName
{
background-color: #49C3AF;
}
</style>
border-color css
<style>
span { border-color: #49C3AF; }
span { border-color: rgb(73,195,175); }
td.TdClassName
{
border-color: #49C3AF;
}
.TagClassName
{
border-color: #49C3AF;
}
</style>