Shades of Puerto Rico #51CB9F
Tints of Puerto Rico #51CB9F
RGB
CMYK
RGB Variations
Color information
#51CB9F (or 0x51CB9F) is known color: Puerto Rico. HEX triplet: 51, CB and 9F. RGB value is (81,203,159). Sum of RGB (Red+Green+Blue) = 81+203+159=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #51CB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CB9F is #AE3460. Grayscale: #A1A1A1. Windows color (decimal): -11416673 or 10472273. OLE color: 10472273.
HSL color Cylindrical-coordinate representation of color #51CB9F: hue angle of 158.36º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CB9F is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 203 | 159 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.20 |
| HSL | 158.36º | 0.54% | 0.56% | - |
| HSV(B) | 158.36º | 0.6% | 0.8% | - |
| XYZ | 31.01 | 46.96 | 40.23 | - |
| YUV | 161.51 | 126.58 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 159 | 0.60 | 0 | 0.22 | 0.20 | 158.36 | 0.54 | 0.56 |
| Hex | 51 | CB | 9F | 3C | 0 | 16 | 14 | 9E | 36 | 38 |
| Octal | 121 | 313 | 237 | 74 | 0 | 26 | 24 | 236 | 66 | 70 |
| Binary | 1010001 | 11001011 | 10011111 | 111100 | 0 | 10110 | 10100 | 10011110 | 110110 | 111000 |
Color Harmonies of #51CB9F
Complementary color
Monochromatic Colors of #51CB9F
Black with #51CB9F
Text Example
Text Example
White with #51CB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CB9F; }
p { color: rgb(81,203,159); }
H1.HeaderClassName
{
color: #51CB9F;
}
.AnyTagClassName
{
color: #51CB9F;
}
</style>
background-color css
<style>
a { background-color: #51CB9F; }
a { background-color: rgb(81,203,159); }
div.DivClassName
{
background-color: #51CB9F;
}
.BgClassName
{
background-color: #51CB9F;
}
</style>
border-color css
<style>
span { border-color: #51CB9F; }
span { border-color: rgb(81,203,159); }
td.TdClassName
{
border-color: #51CB9F;
}
.TagClassName
{
border-color: #51CB9F;
}
</style>