Shades of Puerto Rico #49CBAA
Tints of Puerto Rico #49CBAA
RGB
CMYK
RGB Variations
Color information
#49CBAA (or 0x49CBAA) is known color: Puerto Rico. HEX triplet: 49, CB and AA. RGB value is (73,203,170). Sum of RGB (Red+Green+Blue) = 73+203+170=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #49CBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CBAA is #B63455. Grayscale: #A0A0A0. Windows color (decimal): -11940950 or 11193161. OLE color: 11193161.
HSL color Cylindrical-coordinate representation of color #49CBAA: hue angle of 164.77º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CBAA is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 203 | 170 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.20 |
| HSL | 164.77º | 0.56% | 0.54% | - |
| HSV(B) | 164.77º | 0.64% | 0.8% | - |
| XYZ | 31.36 | 47.03 | 45.46 | - |
| YUV | 160.37 | 133.43 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 170 | 0.64 | 0 | 0.16 | 0.20 | 164.77 | 0.56 | 0.54 |
| Hex | 49 | CB | AA | 40 | 0 | 10 | 14 | A5 | 38 | 36 |
| Octal | 111 | 313 | 252 | 100 | 0 | 20 | 24 | 245 | 70 | 66 |
| Binary | 1001001 | 11001011 | 10101010 | 1000000 | 0 | 10000 | 10100 | 10100101 | 111000 | 110110 |
Color Harmonies of #49CBAA
Complementary color
Monochromatic Colors of #49CBAA
Black with #49CBAA
Text Example
Text Example
White with #49CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CBAA; }
p { color: rgb(73,203,170); }
H1.HeaderClassName
{
color: #49CBAA;
}
.AnyTagClassName
{
color: #49CBAA;
}
</style>
background-color css
<style>
a { background-color: #49CBAA; }
a { background-color: rgb(73,203,170); }
div.DivClassName
{
background-color: #49CBAA;
}
.BgClassName
{
background-color: #49CBAA;
}
</style>
border-color css
<style>
span { border-color: #49CBAA; }
span { border-color: rgb(73,203,170); }
td.TdClassName
{
border-color: #49CBAA;
}
.TagClassName
{
border-color: #49CBAA;
}
</style>