Shades of Puerto Rico #49C3AB
Tints of Puerto Rico #49C3AB
RGB
CMYK
RGB Variations
Color information
#49C3AB (or 0x49C3AB) is known color: Puerto Rico. HEX triplet: 49, C3 and AB. RGB value is (73,195,171). Sum of RGB (Red+Green+Blue) = 73+195+171=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #49C3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C3AB is #B63C54. Grayscale: #9B9B9B. Windows color (decimal): -11942997 or 11256649. OLE color: 11256649.
HSL color Cylindrical-coordinate representation of color #49C3AB: hue angle of 168.2º 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 #49C3AB is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 171 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.24 |
| HSL | 168.2º | 0.5% | 0.53% | - |
| HSV(B) | 168.2º | 0.63% | 0.76% | - |
| XYZ | 29.61 | 43.39 | 45.34 | - |
| YUV | 155.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 171 | 0.63 | 0 | 0.12 | 0.24 | 168.2 | 0.5 | 0.53 |
| Hex | 49 | C3 | AB | 3F | 0 | C | 18 | A8 | 32 | 35 |
| Octal | 111 | 303 | 253 | 77 | 0 | 14 | 30 | 250 | 62 | 65 |
| Binary | 1001001 | 11000011 | 10101011 | 111111 | 0 | 1100 | 11000 | 10101000 | 110010 | 110101 |
Color Harmonies of #49C3AB
Complementary color
Monochromatic Colors of #49C3AB
Black with #49C3AB
Text Example
Text Example
White with #49C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C3AB; }
p { color: rgb(73,195,171); }
H1.HeaderClassName
{
color: #49C3AB;
}
.AnyTagClassName
{
color: #49C3AB;
}
</style>
background-color css
<style>
a { background-color: #49C3AB; }
a { background-color: rgb(73,195,171); }
div.DivClassName
{
background-color: #49C3AB;
}
.BgClassName
{
background-color: #49C3AB;
}
</style>
border-color css
<style>
span { border-color: #49C3AB; }
span { border-color: rgb(73,195,171); }
td.TdClassName
{
border-color: #49C3AB;
}
.TagClassName
{
border-color: #49C3AB;
}
</style>