Shades of Puerto Rico #51C29C
Tints of Puerto Rico #51C29C
RGB
CMYK
RGB Variations
Color information
#51C29C (or 0x51C29C) is known color: Puerto Rico. HEX triplet: 51, C2 and 9C. RGB value is (81,194,156). Sum of RGB (Red+Green+Blue) = 81+194+156=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #51C29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C29C is #AE3D63. Grayscale: #9B9B9B. Windows color (decimal): -11418980 or 10273361. OLE color: 10273361.
HSL color Cylindrical-coordinate representation of color #51C29C: hue angle of 159.82º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C29C is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 194 | 156 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.24 |
| HSL | 159.82º | 0.48% | 0.54% | - |
| HSV(B) | 159.82º | 0.58% | 0.76% | - |
| XYZ | 28.69 | 42.73 | 38.19 | - |
| YUV | 155.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 194 | 156 | 0.58 | 0 | 0.20 | 0.24 | 159.82 | 0.48 | 0.54 |
| Hex | 51 | C2 | 9C | 3A | 0 | 14 | 18 | A0 | 30 | 36 |
| Octal | 121 | 302 | 234 | 72 | 0 | 24 | 30 | 240 | 60 | 66 |
| Binary | 1010001 | 11000010 | 10011100 | 111010 | 0 | 10100 | 11000 | 10100000 | 110000 | 110110 |
Color Harmonies of #51C29C
Complementary color
Monochromatic Colors of #51C29C
Black with #51C29C
Text Example
Text Example
White with #51C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C29C; }
p { color: rgb(81,194,156); }
H1.HeaderClassName
{
color: #51C29C;
}
.AnyTagClassName
{
color: #51C29C;
}
</style>
background-color css
<style>
a { background-color: #51C29C; }
a { background-color: rgb(81,194,156); }
div.DivClassName
{
background-color: #51C29C;
}
.BgClassName
{
background-color: #51C29C;
}
</style>
border-color css
<style>
span { border-color: #51C29C; }
span { border-color: rgb(81,194,156); }
td.TdClassName
{
border-color: #51C29C;
}
.TagClassName
{
border-color: #51C29C;
}
</style>