Shades of Puerto Rico #51BA9B
Tints of Puerto Rico #51BA9B
RGB
CMYK
RGB Variations
Color information
#51BA9B (or 0x51BA9B) is known color: Puerto Rico. HEX triplet: 51, BA and 9B. RGB value is (81,186,155). Sum of RGB (Red+Green+Blue) = 81+186+155=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BA9B is #AE4564. Grayscale: #979797. Windows color (decimal): -11421029 or 10205777. OLE color: 10205777.
HSL color Cylindrical-coordinate representation of color #51BA9B: hue angle of 162.29º 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 #51BA9B is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 155 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.27 |
| HSL | 162.29º | 0.43% | 0.52% | - |
| HSV(B) | 162.29º | 0.56% | 0.73% | - |
| XYZ | 26.87 | 39.23 | 37.17 | - |
| YUV | 151.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 155 | 0.56 | 0 | 0.17 | 0.27 | 162.29 | 0.43 | 0.52 |
| Hex | 51 | BA | 9B | 38 | 0 | 11 | 1B | A2 | 2B | 34 |
| Octal | 121 | 272 | 233 | 70 | 0 | 21 | 33 | 242 | 53 | 64 |
| Binary | 1010001 | 10111010 | 10011011 | 111000 | 0 | 10001 | 11011 | 10100010 | 101011 | 110100 |
Color Harmonies of #51BA9B
Complementary color
Monochromatic Colors of #51BA9B
Black with #51BA9B
Text Example
Text Example
White with #51BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA9B; }
p { color: rgb(81,186,155); }
H1.HeaderClassName
{
color: #51BA9B;
}
.AnyTagClassName
{
color: #51BA9B;
}
</style>
background-color css
<style>
a { background-color: #51BA9B; }
a { background-color: rgb(81,186,155); }
div.DivClassName
{
background-color: #51BA9B;
}
.BgClassName
{
background-color: #51BA9B;
}
</style>
border-color css
<style>
span { border-color: #51BA9B; }
span { border-color: rgb(81,186,155); }
td.TdClassName
{
border-color: #51BA9B;
}
.TagClassName
{
border-color: #51BA9B;
}
</style>