Shades of Puerto Rico #51B0A1
Tints of Puerto Rico #51B0A1
RGB
CMYK
RGB Variations
Color information
#51B0A1 (or 0x51B0A1) is known color: Puerto Rico. HEX triplet: 51, B0 and A1. RGB value is (81,176,161). Sum of RGB (Red+Green+Blue) = 81+176+161=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #51B0A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B0A1 is #AE4F5E. Grayscale: #919191. Windows color (decimal): -11423583 or 10596433. OLE color: 10596433.
HSL color Cylindrical-coordinate representation of color #51B0A1: hue angle of 170.53º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B0A1 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 176 | 161 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.31 |
| HSL | 170.53º | 0.38% | 0.5% | - |
| HSV(B) | 170.53º | 0.54% | 0.69% | - |
| XYZ | 25.35 | 35.37 | 39.21 | - |
| YUV | 145.89 | 136.53 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 161 | 0.54 | 0 | 0.09 | 0.31 | 170.53 | 0.38 | 0.5 |
| Hex | 51 | B0 | A1 | 36 | 0 | 9 | 1F | AB | 26 | 32 |
| Octal | 121 | 260 | 241 | 66 | 0 | 11 | 37 | 253 | 46 | 62 |
| Binary | 1010001 | 10110000 | 10100001 | 110110 | 0 | 1001 | 11111 | 10101011 | 100110 | 110010 |
Color Harmonies of #51B0A1
Complementary color
Monochromatic Colors of #51B0A1
Black with #51B0A1
Text Example
Text Example
White with #51B0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B0A1; }
p { color: rgb(81,176,161); }
H1.HeaderClassName
{
color: #51B0A1;
}
.AnyTagClassName
{
color: #51B0A1;
}
</style>
background-color css
<style>
a { background-color: #51B0A1; }
a { background-color: rgb(81,176,161); }
div.DivClassName
{
background-color: #51B0A1;
}
.BgClassName
{
background-color: #51B0A1;
}
</style>
border-color css
<style>
span { border-color: #51B0A1; }
span { border-color: rgb(81,176,161); }
td.TdClassName
{
border-color: #51B0A1;
}
.TagClassName
{
border-color: #51B0A1;
}
</style>