Shades of Puerto Rico #51BDB0
Tints of Puerto Rico #51BDB0
RGB
CMYK
RGB Variations
Color information
#51BDB0 (or 0x51BDB0) is known color: Puerto Rico. HEX triplet: 51, BD and B0. RGB value is (81,189,176). Sum of RGB (Red+Green+Blue) = 81+189+176=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #51BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BDB0 is #AE424F. Grayscale: #9B9B9B. Windows color (decimal): -11420240 or 11582801. OLE color: 11582801.
HSL color Cylindrical-coordinate representation of color #51BDB0: hue angle of 172.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BDB0 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 189 | 176 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.26 |
| HSL | 172.78º | 0.45% | 0.53% | - |
| HSV(B) | 172.78º | 0.57% | 0.74% | - |
| XYZ | 29.43 | 41.28 | 47.49 | - |
| YUV | 155.23 | 139.72 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 189 | 176 | 0.57 | 0 | 0.07 | 0.26 | 172.78 | 0.45 | 0.53 |
| Hex | 51 | BD | B0 | 39 | 0 | 7 | 1A | AD | 2D | 35 |
| Octal | 121 | 275 | 260 | 71 | 0 | 7 | 32 | 255 | 55 | 65 |
| Binary | 1010001 | 10111101 | 10110000 | 111001 | 0 | 111 | 11010 | 10101101 | 101101 | 110101 |
Color Harmonies of #51BDB0
Complementary color
Monochromatic Colors of #51BDB0
Black with #51BDB0
Text Example
Text Example
White with #51BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BDB0; }
p { color: rgb(81,189,176); }
H1.HeaderClassName
{
color: #51BDB0;
}
.AnyTagClassName
{
color: #51BDB0;
}
</style>
background-color css
<style>
a { background-color: #51BDB0; }
a { background-color: rgb(81,189,176); }
div.DivClassName
{
background-color: #51BDB0;
}
.BgClassName
{
background-color: #51BDB0;
}
</style>
border-color css
<style>
span { border-color: #51BDB0; }
span { border-color: rgb(81,189,176); }
td.TdClassName
{
border-color: #51BDB0;
}
.TagClassName
{
border-color: #51BDB0;
}
</style>