Shades of Puerto Rico #51BBA7
Tints of Puerto Rico #51BBA7
RGB
CMYK
RGB Variations
Color information
#51BBA7 (or 0x51BBA7) is known color: Puerto Rico. HEX triplet: 51, BB and A7. RGB value is (81,187,167). Sum of RGB (Red+Green+Blue) = 81+187+167=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #51BBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BBA7 is #AE4458. Grayscale: #999999. Windows color (decimal): -11420761 or 10992465. OLE color: 10992465.
HSL color Cylindrical-coordinate representation of color #51BBA7: hue angle of 168.68º 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 #51BBA7 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 187 | 167 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.27 |
| HSL | 168.68º | 0.44% | 0.53% | - |
| HSV(B) | 168.68º | 0.57% | 0.73% | - |
| XYZ | 28.14 | 40.08 | 42.81 | - |
| YUV | 153.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 187 | 167 | 0.57 | 0 | 0.11 | 0.27 | 168.68 | 0.44 | 0.53 |
| Hex | 51 | BB | A7 | 39 | 0 | B | 1B | A9 | 2C | 35 |
| Octal | 121 | 273 | 247 | 71 | 0 | 13 | 33 | 251 | 54 | 65 |
| Binary | 1010001 | 10111011 | 10100111 | 111001 | 0 | 1011 | 11011 | 10101001 | 101100 | 110101 |
Color Harmonies of #51BBA7
Complementary color
Monochromatic Colors of #51BBA7
Black with #51BBA7
Text Example
Text Example
White with #51BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BBA7; }
p { color: rgb(81,187,167); }
H1.HeaderClassName
{
color: #51BBA7;
}
.AnyTagClassName
{
color: #51BBA7;
}
</style>
background-color css
<style>
a { background-color: #51BBA7; }
a { background-color: rgb(81,187,167); }
div.DivClassName
{
background-color: #51BBA7;
}
.BgClassName
{
background-color: #51BBA7;
}
</style>
border-color css
<style>
span { border-color: #51BBA7; }
span { border-color: rgb(81,187,167); }
td.TdClassName
{
border-color: #51BBA7;
}
.TagClassName
{
border-color: #51BBA7;
}
</style>