Shades of Puerto Rico #51C997
Tints of Puerto Rico #51C997
RGB
CMYK
RGB Variations
Color information
#51C997 (or 0x51C997) is known color: Puerto Rico. HEX triplet: 51, C9 and 97. RGB value is (81,201,151). Sum of RGB (Red+Green+Blue) = 81+201+151=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #51C997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C997 is #AE3668. Grayscale: #9F9F9F. Windows color (decimal): -11417193 or 9947473. OLE color: 9947473.
HSL color Cylindrical-coordinate representation of color #51C997: hue angle of 155º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51C997 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 201 | 151 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.21 |
| HSL | 155º | 0.53% | 0.55% | - |
| HSV(B) | 155º | 0.6% | 0.79% | - |
| XYZ | 29.87 | 45.76 | 36.54 | - |
| YUV | 159.42 | 123.24 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 201 | 151 | 0.60 | 0 | 0.25 | 0.21 | 155 | 0.53 | 0.55 |
| Hex | 51 | C9 | 97 | 3C | 0 | 19 | 15 | 9B | 35 | 37 |
| Octal | 121 | 311 | 227 | 74 | 0 | 31 | 25 | 233 | 65 | 67 |
| Binary | 1010001 | 11001001 | 10010111 | 111100 | 0 | 11001 | 10101 | 10011011 | 110101 | 110111 |
Color Harmonies of #51C997
Complementary color
Monochromatic Colors of #51C997
Black with #51C997
Text Example
Text Example
White with #51C997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C997; }
p { color: rgb(81,201,151); }
H1.HeaderClassName
{
color: #51C997;
}
.AnyTagClassName
{
color: #51C997;
}
</style>
background-color css
<style>
a { background-color: #51C997; }
a { background-color: rgb(81,201,151); }
div.DivClassName
{
background-color: #51C997;
}
.BgClassName
{
background-color: #51C997;
}
</style>
border-color css
<style>
span { border-color: #51C997; }
span { border-color: rgb(81,201,151); }
td.TdClassName
{
border-color: #51C997;
}
.TagClassName
{
border-color: #51C997;
}
</style>