Shades of Puerto Rico #51BBA3
Tints of Puerto Rico #51BBA3
RGB
CMYK
RGB Variations
Color information
#51BBA3 (or 0x51BBA3) is known color: Puerto Rico. HEX triplet: 51, BB and A3. RGB value is (81,187,163). Sum of RGB (Red+Green+Blue) = 81+187+163=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #51BBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BBA3 is #AE445C. Grayscale: #989898. Windows color (decimal): -11420765 or 10730321. OLE color: 10730321.
HSL color Cylindrical-coordinate representation of color #51BBA3: hue angle of 166.42º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BBA3 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 187 | 163 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.27 |
| HSL | 166.42º | 0.44% | 0.53% | - |
| HSV(B) | 166.42º | 0.57% | 0.73% | - |
| XYZ | 27.77 | 39.93 | 40.89 | - |
| YUV | 152.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 187 | 163 | 0.57 | 0 | 0.13 | 0.27 | 166.42 | 0.44 | 0.53 |
| Hex | 51 | BB | A3 | 39 | 0 | D | 1B | A6 | 2C | 35 |
| Octal | 121 | 273 | 243 | 71 | 0 | 15 | 33 | 246 | 54 | 65 |
| Binary | 1010001 | 10111011 | 10100011 | 111001 | 0 | 1101 | 11011 | 10100110 | 101100 | 110101 |
Color Harmonies of #51BBA3
Complementary color
Monochromatic Colors of #51BBA3
Black with #51BBA3
Text Example
Text Example
White with #51BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BBA3; }
p { color: rgb(81,187,163); }
H1.HeaderClassName
{
color: #51BBA3;
}
.AnyTagClassName
{
color: #51BBA3;
}
</style>
background-color css
<style>
a { background-color: #51BBA3; }
a { background-color: rgb(81,187,163); }
div.DivClassName
{
background-color: #51BBA3;
}
.BgClassName
{
background-color: #51BBA3;
}
</style>
border-color css
<style>
span { border-color: #51BBA3; }
span { border-color: rgb(81,187,163); }
td.TdClassName
{
border-color: #51BBA3;
}
.TagClassName
{
border-color: #51BBA3;
}
</style>