Shades of Puerto Rico #49BDA4
Tints of Puerto Rico #49BDA4
RGB
CMYK
RGB Variations
Color information
#49BDA4 (or 0x49BDA4) is known color: Puerto Rico. HEX triplet: 49, BD and A4. RGB value is (73,189,164). Sum of RGB (Red+Green+Blue) = 73+189+164=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BDA4 is #B6425B. Grayscale: #979797. Windows color (decimal): -11944540 or 10796361. OLE color: 10796361.
HSL color Cylindrical-coordinate representation of color #49BDA4: hue angle of 167.07º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BDA4 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 164 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.26 |
| HSL | 167.07º | 0.47% | 0.51% | - |
| HSV(B) | 167.07º | 0.61% | 0.74% | - |
| XYZ | 27.65 | 40.49 | 41.48 | - |
| YUV | 151.47 | 135.07 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 164 | 0.61 | 0 | 0.13 | 0.26 | 167.07 | 0.47 | 0.51 |
| Hex | 49 | BD | A4 | 3D | 0 | D | 1A | A7 | 2F | 33 |
| Octal | 111 | 275 | 244 | 75 | 0 | 15 | 32 | 247 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10100100 | 111101 | 0 | 1101 | 11010 | 10100111 | 101111 | 110011 |
Color Harmonies of #49BDA4
Complementary color
Monochromatic Colors of #49BDA4
Black with #49BDA4
Text Example
Text Example
White with #49BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDA4; }
p { color: rgb(73,189,164); }
H1.HeaderClassName
{
color: #49BDA4;
}
.AnyTagClassName
{
color: #49BDA4;
}
</style>
background-color css
<style>
a { background-color: #49BDA4; }
a { background-color: rgb(73,189,164); }
div.DivClassName
{
background-color: #49BDA4;
}
.BgClassName
{
background-color: #49BDA4;
}
</style>
border-color css
<style>
span { border-color: #49BDA4; }
span { border-color: rgb(73,189,164); }
td.TdClassName
{
border-color: #49BDA4;
}
.TagClassName
{
border-color: #49BDA4;
}
</style>