Shades of Puerto Rico #51BA9C
Tints of Puerto Rico #51BA9C
RGB
CMYK
RGB Variations
Color information
#51BA9C (or 0x51BA9C) is known color: Puerto Rico. HEX triplet: 51, BA and 9C. RGB value is (81,186,156). Sum of RGB (Red+Green+Blue) = 81+186+156=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BA9C is #AE4563. Grayscale: #979797. Windows color (decimal): -11421028 or 10271313. OLE color: 10271313.
HSL color Cylindrical-coordinate representation of color #51BA9C: hue angle of 162.86º 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 #51BA9C is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 156 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.27 |
| HSL | 162.86º | 0.43% | 0.52% | - |
| HSV(B) | 162.86º | 0.56% | 0.73% | - |
| XYZ | 26.95 | 39.27 | 37.61 | - |
| YUV | 151.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 156 | 0.56 | 0 | 0.16 | 0.27 | 162.86 | 0.43 | 0.52 |
| Hex | 51 | BA | 9C | 38 | 0 | 10 | 1B | A3 | 2B | 34 |
| Octal | 121 | 272 | 234 | 70 | 0 | 20 | 33 | 243 | 53 | 64 |
| Binary | 1010001 | 10111010 | 10011100 | 111000 | 0 | 10000 | 11011 | 10100011 | 101011 | 110100 |
Color Harmonies of #51BA9C
Complementary color
Monochromatic Colors of #51BA9C
Black with #51BA9C
Text Example
Text Example
White with #51BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA9C; }
p { color: rgb(81,186,156); }
H1.HeaderClassName
{
color: #51BA9C;
}
.AnyTagClassName
{
color: #51BA9C;
}
</style>
background-color css
<style>
a { background-color: #51BA9C; }
a { background-color: rgb(81,186,156); }
div.DivClassName
{
background-color: #51BA9C;
}
.BgClassName
{
background-color: #51BA9C;
}
</style>
border-color css
<style>
span { border-color: #51BA9C; }
span { border-color: rgb(81,186,156); }
td.TdClassName
{
border-color: #51BA9C;
}
.TagClassName
{
border-color: #51BA9C;
}
</style>