Shades of Puerto Rico #53B19F
Tints of Puerto Rico #53B19F
RGB
CMYK
RGB Variations
Color information
#53B19F (or 0x53B19F) is known color: Puerto Rico. HEX triplet: 53, B1 and 9F. RGB value is (83,177,159). Sum of RGB (Red+Green+Blue) = 83+177+159=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #53B19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B19F is #AC4E60. Grayscale: #929292. Windows color (decimal): -11292257 or 10465619. OLE color: 10465619.
HSL color Cylindrical-coordinate representation of color #53B19F: hue angle of 168.51º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B19F is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 177 | 159 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.31 |
| HSL | 168.51º | 0.38% | 0.51% | - |
| HSV(B) | 168.51º | 0.53% | 0.69% | - |
| XYZ | 25.55 | 35.79 | 38.36 | - |
| YUV | 146.84 | 134.86 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 159 | 0.53 | 0 | 0.10 | 0.31 | 168.51 | 0.38 | 0.51 |
| Hex | 53 | B1 | 9F | 35 | 0 | A | 1F | A9 | 26 | 33 |
| Octal | 123 | 261 | 237 | 65 | 0 | 12 | 37 | 251 | 46 | 63 |
| Binary | 1010011 | 10110001 | 10011111 | 110101 | 0 | 1010 | 11111 | 10101001 | 100110 | 110011 |
Color Harmonies of #53B19F
Complementary color
Monochromatic Colors of #53B19F
Black with #53B19F
Text Example
Text Example
White with #53B19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B19F; }
p { color: rgb(83,177,159); }
H1.HeaderClassName
{
color: #53B19F;
}
.AnyTagClassName
{
color: #53B19F;
}
</style>
background-color css
<style>
a { background-color: #53B19F; }
a { background-color: rgb(83,177,159); }
div.DivClassName
{
background-color: #53B19F;
}
.BgClassName
{
background-color: #53B19F;
}
</style>
border-color css
<style>
span { border-color: #53B19F; }
span { border-color: rgb(83,177,159); }
td.TdClassName
{
border-color: #53B19F;
}
.TagClassName
{
border-color: #53B19F;
}
</style>