Shades of Puerto Rico #51B9B1
Tints of Puerto Rico #51B9B1
RGB
CMYK
RGB Variations
Color information
#51B9B1 (or 0x51B9B1) is known color: Puerto Rico. HEX triplet: 51, B9 and B1. RGB value is (81,185,177). Sum of RGB (Red+Green+Blue) = 81+185+177=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #51B9B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B9B1 is #AE464E. Grayscale: #989898. Windows color (decimal): -11421263 or 11647313. OLE color: 11647313.
HSL color Cylindrical-coordinate representation of color #51B9B1: hue angle of 175.38º 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 #51B9B1 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 185 | 177 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.27 |
| HSL | 175.38º | 0.43% | 0.52% | - |
| HSV(B) | 175.38º | 0.56% | 0.73% | - |
| XYZ | 28.68 | 39.62 | 47.73 | - |
| YUV | 152.99 | 141.54 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 185 | 177 | 0.56 | 0 | 0.04 | 0.27 | 175.38 | 0.43 | 0.52 |
| Hex | 51 | B9 | B1 | 38 | 0 | 4 | 1B | AF | 2B | 34 |
| Octal | 121 | 271 | 261 | 70 | 0 | 4 | 33 | 257 | 53 | 64 |
| Binary | 1010001 | 10111001 | 10110001 | 111000 | 0 | 100 | 11011 | 10101111 | 101011 | 110100 |
Color Harmonies of #51B9B1
Complementary color
Monochromatic Colors of #51B9B1
Black with #51B9B1
Text Example
Text Example
White with #51B9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B9B1; }
p { color: rgb(81,185,177); }
H1.HeaderClassName
{
color: #51B9B1;
}
.AnyTagClassName
{
color: #51B9B1;
}
</style>
background-color css
<style>
a { background-color: #51B9B1; }
a { background-color: rgb(81,185,177); }
div.DivClassName
{
background-color: #51B9B1;
}
.BgClassName
{
background-color: #51B9B1;
}
</style>
border-color css
<style>
span { border-color: #51B9B1; }
span { border-color: rgb(81,185,177); }
td.TdClassName
{
border-color: #51B9B1;
}
.TagClassName
{
border-color: #51B9B1;
}
</style>