Shades of Puerto Rico #51B3A0
Tints of Puerto Rico #51B3A0
RGB
CMYK
RGB Variations
Color information
#51B3A0 (or 0x51B3A0) is known color: Puerto Rico. HEX triplet: 51, B3 and A0. RGB value is (81,179,160). Sum of RGB (Red+Green+Blue) = 81+179+160=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #51B3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B3A0 is #AE4C5F. Grayscale: #939393. Windows color (decimal): -11422816 or 10531665. OLE color: 10531665.
HSL color Cylindrical-coordinate representation of color #51B3A0: hue angle of 168.37º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B3A0 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 179 | 160 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.30 |
| HSL | 168.37º | 0.39% | 0.51% | - |
| HSV(B) | 168.37º | 0.55% | 0.7% | - |
| XYZ | 25.86 | 36.53 | 38.95 | - |
| YUV | 147.53 | 135.03 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 179 | 160 | 0.55 | 0 | 0.11 | 0.30 | 168.37 | 0.39 | 0.51 |
| Hex | 51 | B3 | A0 | 37 | 0 | B | 1E | A8 | 27 | 33 |
| Octal | 121 | 263 | 240 | 67 | 0 | 13 | 36 | 250 | 47 | 63 |
| Binary | 1010001 | 10110011 | 10100000 | 110111 | 0 | 1011 | 11110 | 10101000 | 100111 | 110011 |
Color Harmonies of #51B3A0
Complementary color
Monochromatic Colors of #51B3A0
Black with #51B3A0
Text Example
Text Example
White with #51B3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B3A0; }
p { color: rgb(81,179,160); }
H1.HeaderClassName
{
color: #51B3A0;
}
.AnyTagClassName
{
color: #51B3A0;
}
</style>
background-color css
<style>
a { background-color: #51B3A0; }
a { background-color: rgb(81,179,160); }
div.DivClassName
{
background-color: #51B3A0;
}
.BgClassName
{
background-color: #51B3A0;
}
</style>
border-color css
<style>
span { border-color: #51B3A0; }
span { border-color: rgb(81,179,160); }
td.TdClassName
{
border-color: #51B3A0;
}
.TagClassName
{
border-color: #51B3A0;
}
</style>