Shades of Puerto Rico #51BDA9
Tints of Puerto Rico #51BDA9
RGB
CMYK
RGB Variations
Color information
#51BDA9 (or 0x51BDA9) is known color: Puerto Rico. HEX triplet: 51, BD and A9. RGB value is (81,189,169). Sum of RGB (Red+Green+Blue) = 81+189+169=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #51BDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BDA9 is #AE4256. Grayscale: #9A9A9A. Windows color (decimal): -11420247 or 11124049. OLE color: 11124049.
HSL color Cylindrical-coordinate representation of color #51BDA9: hue angle of 168.89º 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 #51BDA9 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 189 | 169 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.26 |
| HSL | 168.89º | 0.45% | 0.53% | - |
| HSV(B) | 168.89º | 0.57% | 0.74% | - |
| XYZ | 28.75 | 41.01 | 43.94 | - |
| YUV | 154.43 | 136.22 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 189 | 169 | 0.57 | 0 | 0.11 | 0.26 | 168.89 | 0.45 | 0.53 |
| Hex | 51 | BD | A9 | 39 | 0 | B | 1A | A9 | 2D | 35 |
| Octal | 121 | 275 | 251 | 71 | 0 | 13 | 32 | 251 | 55 | 65 |
| Binary | 1010001 | 10111101 | 10101001 | 111001 | 0 | 1011 | 11010 | 10101001 | 101101 | 110101 |
Color Harmonies of #51BDA9
Complementary color
Monochromatic Colors of #51BDA9
Black with #51BDA9
Text Example
Text Example
White with #51BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BDA9; }
p { color: rgb(81,189,169); }
H1.HeaderClassName
{
color: #51BDA9;
}
.AnyTagClassName
{
color: #51BDA9;
}
</style>
background-color css
<style>
a { background-color: #51BDA9; }
a { background-color: rgb(81,189,169); }
div.DivClassName
{
background-color: #51BDA9;
}
.BgClassName
{
background-color: #51BDA9;
}
</style>
border-color css
<style>
span { border-color: #51BDA9; }
span { border-color: rgb(81,189,169); }
td.TdClassName
{
border-color: #51BDA9;
}
.TagClassName
{
border-color: #51BDA9;
}
</style>