Shades of Puerto Rico #49BEB5
Tints of Puerto Rico #49BEB5
RGB
CMYK
RGB Variations
Color information
#49BEB5 (or 0x49BEB5) is known color: Puerto Rico. HEX triplet: 49, BE and B5. RGB value is (73,190,181). Sum of RGB (Red+Green+Blue) = 73+190+181=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #49BEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BEB5 is #B6414A. Grayscale: #999999. Windows color (decimal): -11944267 or 11910729. OLE color: 11910729.
HSL color Cylindrical-coordinate representation of color #49BEB5: hue angle of 175.38º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BEB5 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 181 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.25 |
| HSL | 175.38º | 0.47% | 0.52% | - |
| HSV(B) | 175.38º | 0.62% | 0.75% | - |
| XYZ | 29.5 | 41.58 | 50.19 | - |
| YUV | 153.99 | 143.24 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 181 | 0.62 | 0 | 0.05 | 0.25 | 175.38 | 0.47 | 0.52 |
| Hex | 49 | BE | B5 | 3E | 0 | 5 | 19 | AF | 2F | 34 |
| Octal | 111 | 276 | 265 | 76 | 0 | 5 | 31 | 257 | 57 | 64 |
| Binary | 1001001 | 10111110 | 10110101 | 111110 | 0 | 101 | 11001 | 10101111 | 101111 | 110100 |
Color Harmonies of #49BEB5
Complementary color
Monochromatic Colors of #49BEB5
Black with #49BEB5
Text Example
Text Example
White with #49BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BEB5; }
p { color: rgb(73,190,181); }
H1.HeaderClassName
{
color: #49BEB5;
}
.AnyTagClassName
{
color: #49BEB5;
}
</style>
background-color css
<style>
a { background-color: #49BEB5; }
a { background-color: rgb(73,190,181); }
div.DivClassName
{
background-color: #49BEB5;
}
.BgClassName
{
background-color: #49BEB5;
}
</style>
border-color css
<style>
span { border-color: #49BEB5; }
span { border-color: rgb(73,190,181); }
td.TdClassName
{
border-color: #49BEB5;
}
.TagClassName
{
border-color: #49BEB5;
}
</style>