Shades of Puerto Rico #51B1A8
Tints of Puerto Rico #51B1A8
RGB
CMYK
RGB Variations
Color information
#51B1A8 (or 0x51B1A8) is known color: Puerto Rico. HEX triplet: 51, B1 and A8. RGB value is (81,177,168). Sum of RGB (Red+Green+Blue) = 81+177+168=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #51B1A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B1A8 is #AE4E57. Grayscale: #939393. Windows color (decimal): -11423320 or 11055441. OLE color: 11055441.
HSL color Cylindrical-coordinate representation of color #51B1A8: hue angle of 174.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B1A8 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 177 | 168 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.31 |
| HSL | 174.38º | 0.38% | 0.51% | - |
| HSV(B) | 174.38º | 0.54% | 0.69% | - |
| XYZ | 26.18 | 36.02 | 42.62 | - |
| YUV | 147.27 | 139.7 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 177 | 168 | 0.54 | 0 | 0.05 | 0.31 | 174.38 | 0.38 | 0.51 |
| Hex | 51 | B1 | A8 | 36 | 0 | 5 | 1F | AE | 26 | 33 |
| Octal | 121 | 261 | 250 | 66 | 0 | 5 | 37 | 256 | 46 | 63 |
| Binary | 1010001 | 10110001 | 10101000 | 110110 | 0 | 101 | 11111 | 10101110 | 100110 | 110011 |
Color Harmonies of #51B1A8
Complementary color
Monochromatic Colors of #51B1A8
Black with #51B1A8
Text Example
Text Example
White with #51B1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B1A8; }
p { color: rgb(81,177,168); }
H1.HeaderClassName
{
color: #51B1A8;
}
.AnyTagClassName
{
color: #51B1A8;
}
</style>
background-color css
<style>
a { background-color: #51B1A8; }
a { background-color: rgb(81,177,168); }
div.DivClassName
{
background-color: #51B1A8;
}
.BgClassName
{
background-color: #51B1A8;
}
</style>
border-color css
<style>
span { border-color: #51B1A8; }
span { border-color: rgb(81,177,168); }
td.TdClassName
{
border-color: #51B1A8;
}
.TagClassName
{
border-color: #51B1A8;
}
</style>