Shades of Puerto Rico #51BBA0
Tints of Puerto Rico #51BBA0
RGB
CMYK
RGB Variations
Color information
#51BBA0 (or 0x51BBA0) is known color: Puerto Rico. HEX triplet: 51, BB and A0. RGB value is (81,187,160). Sum of RGB (Red+Green+Blue) = 81+187+160=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 187 - color contains mainly: green. Hex color #51BBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BBA0 is #AE445F. Grayscale: #989898. Windows color (decimal): -11420768 or 10533713. OLE color: 10533713.
HSL color Cylindrical-coordinate representation of color #51BBA0: hue angle of 164.72º 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 #51BBA0 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 187 | 160 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.27 |
| HSL | 164.72º | 0.44% | 0.53% | - |
| HSV(B) | 164.72º | 0.57% | 0.73% | - |
| XYZ | 27.51 | 39.83 | 39.5 | - |
| YUV | 152.23 | 132.38 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 187 | 160 | 0.57 | 0 | 0.14 | 0.27 | 164.72 | 0.44 | 0.53 |
| Hex | 51 | BB | A0 | 39 | 0 | E | 1B | A5 | 2C | 35 |
| Octal | 121 | 273 | 240 | 71 | 0 | 16 | 33 | 245 | 54 | 65 |
| Binary | 1010001 | 10111011 | 10100000 | 111001 | 0 | 1110 | 11011 | 10100101 | 101100 | 110101 |
Color Harmonies of #51BBA0
Complementary color
Monochromatic Colors of #51BBA0
Black with #51BBA0
Text Example
Text Example
White with #51BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BBA0; }
p { color: rgb(81,187,160); }
H1.HeaderClassName
{
color: #51BBA0;
}
.AnyTagClassName
{
color: #51BBA0;
}
</style>
background-color css
<style>
a { background-color: #51BBA0; }
a { background-color: rgb(81,187,160); }
div.DivClassName
{
background-color: #51BBA0;
}
.BgClassName
{
background-color: #51BBA0;
}
</style>
border-color css
<style>
span { border-color: #51BBA0; }
span { border-color: rgb(81,187,160); }
td.TdClassName
{
border-color: #51BBA0;
}
.TagClassName
{
border-color: #51BBA0;
}
</style>