Shades of Puerto Rico #51B79F
Tints of Puerto Rico #51B79F
RGB
CMYK
RGB Variations
Color information
#51B79F (or 0x51B79F) is known color: Puerto Rico. HEX triplet: 51, B7 and 9F. RGB value is (81,183,159). Sum of RGB (Red+Green+Blue) = 81+183+159=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #51B79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B79F is #AE4860. Grayscale: #959595. Windows color (decimal): -11421793 or 10467153. OLE color: 10467153.
HSL color Cylindrical-coordinate representation of color #51B79F: hue angle of 165.88º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B79F is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 183 | 159 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.28 |
| HSL | 165.88º | 0.41% | 0.52% | - |
| HSV(B) | 165.88º | 0.56% | 0.72% | - |
| XYZ | 26.58 | 38.12 | 38.76 | - |
| YUV | 149.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 183 | 159 | 0.56 | 0 | 0.13 | 0.28 | 165.88 | 0.41 | 0.52 |
| Hex | 51 | B7 | 9F | 38 | 0 | D | 1C | A6 | 29 | 34 |
| Octal | 121 | 267 | 237 | 70 | 0 | 15 | 34 | 246 | 51 | 64 |
| Binary | 1010001 | 10110111 | 10011111 | 111000 | 0 | 1101 | 11100 | 10100110 | 101001 | 110100 |
Color Harmonies of #51B79F
Complementary color
Monochromatic Colors of #51B79F
Black with #51B79F
Text Example
Text Example
White with #51B79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B79F; }
p { color: rgb(81,183,159); }
H1.HeaderClassName
{
color: #51B79F;
}
.AnyTagClassName
{
color: #51B79F;
}
</style>
background-color css
<style>
a { background-color: #51B79F; }
a { background-color: rgb(81,183,159); }
div.DivClassName
{
background-color: #51B79F;
}
.BgClassName
{
background-color: #51B79F;
}
</style>
border-color css
<style>
span { border-color: #51B79F; }
span { border-color: rgb(81,183,159); }
td.TdClassName
{
border-color: #51B79F;
}
.TagClassName
{
border-color: #51B79F;
}
</style>