Shades of Puerto Rico #51BBA5
Tints of Puerto Rico #51BBA5
RGB
CMYK
RGB Variations
Color information
#51BBA5 (or 0x51BBA5) is known color: Puerto Rico. HEX triplet: 51, BB and A5. RGB value is (81,187,165). Sum of RGB (Red+Green+Blue) = 81+187+165=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #51BBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BBA5 is #AE445A. Grayscale: #989898. Windows color (decimal): -11420763 or 10861393. OLE color: 10861393.
HSL color Cylindrical-coordinate representation of color #51BBA5: hue angle of 167.55º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BBA5 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 187 | 165 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.27 |
| HSL | 167.55º | 0.44% | 0.53% | - |
| HSV(B) | 167.55º | 0.57% | 0.73% | - |
| XYZ | 27.96 | 40.01 | 41.85 | - |
| YUV | 152.8 | 134.88 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 187 | 165 | 0.57 | 0 | 0.12 | 0.27 | 167.55 | 0.44 | 0.53 |
| Hex | 51 | BB | A5 | 39 | 0 | C | 1B | A8 | 2C | 35 |
| Octal | 121 | 273 | 245 | 71 | 0 | 14 | 33 | 250 | 54 | 65 |
| Binary | 1010001 | 10111011 | 10100101 | 111001 | 0 | 1100 | 11011 | 10101000 | 101100 | 110101 |
Color Harmonies of #51BBA5
Complementary color
Monochromatic Colors of #51BBA5
Black with #51BBA5
Text Example
Text Example
White with #51BBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BBA5; }
p { color: rgb(81,187,165); }
H1.HeaderClassName
{
color: #51BBA5;
}
.AnyTagClassName
{
color: #51BBA5;
}
</style>
background-color css
<style>
a { background-color: #51BBA5; }
a { background-color: rgb(81,187,165); }
div.DivClassName
{
background-color: #51BBA5;
}
.BgClassName
{
background-color: #51BBA5;
}
</style>
border-color css
<style>
span { border-color: #51BBA5; }
span { border-color: rgb(81,187,165); }
td.TdClassName
{
border-color: #51BBA5;
}
.TagClassName
{
border-color: #51BBA5;
}
</style>