Shades of Puerto Rico #51B9A0
Tints of Puerto Rico #51B9A0
RGB
CMYK
RGB Variations
Color information
#51B9A0 (or 0x51B9A0) is known color: Puerto Rico. HEX triplet: 51, B9 and A0. RGB value is (81,185,160). Sum of RGB (Red+Green+Blue) = 81+185+160=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #51B9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B9A0 is #AE465F. Grayscale: #979797. Windows color (decimal): -11421280 or 10533201. OLE color: 10533201.
HSL color Cylindrical-coordinate representation of color #51B9A0: hue angle of 165.58º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B9A0 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 185 | 160 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.27 |
| HSL | 165.58º | 0.43% | 0.52% | - |
| HSV(B) | 165.58º | 0.56% | 0.73% | - |
| XYZ | 27.09 | 38.99 | 39.35 | - |
| YUV | 151.05 | 133.04 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 185 | 160 | 0.56 | 0 | 0.14 | 0.27 | 165.58 | 0.43 | 0.52 |
| Hex | 51 | B9 | A0 | 38 | 0 | E | 1B | A6 | 2B | 34 |
| Octal | 121 | 271 | 240 | 70 | 0 | 16 | 33 | 246 | 53 | 64 |
| Binary | 1010001 | 10111001 | 10100000 | 111000 | 0 | 1110 | 11011 | 10100110 | 101011 | 110100 |
Color Harmonies of #51B9A0
Complementary color
Monochromatic Colors of #51B9A0
Black with #51B9A0
Text Example
Text Example
White with #51B9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B9A0; }
p { color: rgb(81,185,160); }
H1.HeaderClassName
{
color: #51B9A0;
}
.AnyTagClassName
{
color: #51B9A0;
}
</style>
background-color css
<style>
a { background-color: #51B9A0; }
a { background-color: rgb(81,185,160); }
div.DivClassName
{
background-color: #51B9A0;
}
.BgClassName
{
background-color: #51B9A0;
}
</style>
border-color css
<style>
span { border-color: #51B9A0; }
span { border-color: rgb(81,185,160); }
td.TdClassName
{
border-color: #51B9A0;
}
.TagClassName
{
border-color: #51B9A0;
}
</style>