Shades of Puerto Rico #49CAB2
Tints of Puerto Rico #49CAB2
RGB
CMYK
RGB Variations
Color information
#49CAB2 (or 0x49CAB2) is known color: Puerto Rico. HEX triplet: 49, CA and B2. RGB value is (73,202,178). Sum of RGB (Red+Green+Blue) = 73+202+178=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #49CAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CAB2 is #B6354D. Grayscale: #A0A0A0. Windows color (decimal): -11941198 or 11717193. OLE color: 11717193.
HSL color Cylindrical-coordinate representation of color #49CAB2: hue angle of 168.84º 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 #49CAB2 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 178 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.21 |
| HSL | 168.84º | 0.55% | 0.54% | - |
| HSV(B) | 168.84º | 0.64% | 0.79% | - |
| XYZ | 31.9 | 46.87 | 49.49 | - |
| YUV | 160.69 | 137.76 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 178 | 0.64 | 0 | 0.12 | 0.21 | 168.84 | 0.55 | 0.54 |
| Hex | 49 | CA | B2 | 40 | 0 | C | 15 | A9 | 37 | 36 |
| Octal | 111 | 312 | 262 | 100 | 0 | 14 | 25 | 251 | 67 | 66 |
| Binary | 1001001 | 11001010 | 10110010 | 1000000 | 0 | 1100 | 10101 | 10101001 | 110111 | 110110 |
Color Harmonies of #49CAB2
Complementary color
Monochromatic Colors of #49CAB2
Black with #49CAB2
Text Example
Text Example
White with #49CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CAB2; }
p { color: rgb(73,202,178); }
H1.HeaderClassName
{
color: #49CAB2;
}
.AnyTagClassName
{
color: #49CAB2;
}
</style>
background-color css
<style>
a { background-color: #49CAB2; }
a { background-color: rgb(73,202,178); }
div.DivClassName
{
background-color: #49CAB2;
}
.BgClassName
{
background-color: #49CAB2;
}
</style>
border-color css
<style>
span { border-color: #49CAB2; }
span { border-color: rgb(73,202,178); }
td.TdClassName
{
border-color: #49CAB2;
}
.TagClassName
{
border-color: #49CAB2;
}
</style>