Shades of Puerto Rico #49CAA5
Tints of Puerto Rico #49CAA5
RGB
CMYK
RGB Variations
Color information
#49CAA5 (or 0x49CAA5) is known color: Puerto Rico. HEX triplet: 49, CA and A5. RGB value is (73,202,165). Sum of RGB (Red+Green+Blue) = 73+202+165=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #49CAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CAA5 is #B6355A. Grayscale: #9F9F9F. Windows color (decimal): -11941211 or 10865225. OLE color: 10865225.
HSL color Cylindrical-coordinate representation of color #49CAA5: hue angle of 162.79º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CAA5 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 165 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.21 |
| HSL | 162.79º | 0.55% | 0.54% | - |
| HSV(B) | 162.79º | 0.64% | 0.79% | - |
| XYZ | 30.66 | 46.37 | 42.93 | - |
| YUV | 159.21 | 131.26 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 165 | 0.64 | 0 | 0.18 | 0.21 | 162.79 | 0.55 | 0.54 |
| Hex | 49 | CA | A5 | 40 | 0 | 12 | 15 | A3 | 37 | 36 |
| Octal | 111 | 312 | 245 | 100 | 0 | 22 | 25 | 243 | 67 | 66 |
| Binary | 1001001 | 11001010 | 10100101 | 1000000 | 0 | 10010 | 10101 | 10100011 | 110111 | 110110 |
Color Harmonies of #49CAA5
Complementary color
Monochromatic Colors of #49CAA5
Black with #49CAA5
Text Example
Text Example
White with #49CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CAA5; }
p { color: rgb(73,202,165); }
H1.HeaderClassName
{
color: #49CAA5;
}
.AnyTagClassName
{
color: #49CAA5;
}
</style>
background-color css
<style>
a { background-color: #49CAA5; }
a { background-color: rgb(73,202,165); }
div.DivClassName
{
background-color: #49CAA5;
}
.BgClassName
{
background-color: #49CAA5;
}
</style>
border-color css
<style>
span { border-color: #49CAA5; }
span { border-color: rgb(73,202,165); }
td.TdClassName
{
border-color: #49CAA5;
}
.TagClassName
{
border-color: #49CAA5;
}
</style>