Shades of Puerto Rico #51B7A5
Tints of Puerto Rico #51B7A5
RGB
CMYK
RGB Variations
Color information
#51B7A5 (or 0x51B7A5) is known color: Puerto Rico. HEX triplet: 51, B7 and A5. RGB value is (81,183,165). Sum of RGB (Red+Green+Blue) = 81+183+165=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #51B7A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B7A5 is #AE485A. Grayscale: #969696. Windows color (decimal): -11421787 or 10860369. OLE color: 10860369.
HSL color Cylindrical-coordinate representation of color #51B7A5: hue angle of 169.41º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B7A5 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 183 | 165 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.28 |
| HSL | 169.41º | 0.41% | 0.52% | - |
| HSV(B) | 169.41º | 0.56% | 0.72% | - |
| XYZ | 27.12 | 38.33 | 41.57 | - |
| YUV | 150.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 183 | 165 | 0.56 | 0 | 0.10 | 0.28 | 169.41 | 0.41 | 0.52 |
| Hex | 51 | B7 | A5 | 38 | 0 | A | 1C | A9 | 29 | 34 |
| Octal | 121 | 267 | 245 | 70 | 0 | 12 | 34 | 251 | 51 | 64 |
| Binary | 1010001 | 10110111 | 10100101 | 111000 | 0 | 1010 | 11100 | 10101001 | 101001 | 110100 |
Color Harmonies of #51B7A5
Complementary color
Monochromatic Colors of #51B7A5
Black with #51B7A5
Text Example
Text Example
White with #51B7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B7A5; }
p { color: rgb(81,183,165); }
H1.HeaderClassName
{
color: #51B7A5;
}
.AnyTagClassName
{
color: #51B7A5;
}
</style>
background-color css
<style>
a { background-color: #51B7A5; }
a { background-color: rgb(81,183,165); }
div.DivClassName
{
background-color: #51B7A5;
}
.BgClassName
{
background-color: #51B7A5;
}
</style>
border-color css
<style>
span { border-color: #51B7A5; }
span { border-color: rgb(81,183,165); }
td.TdClassName
{
border-color: #51B7A5;
}
.TagClassName
{
border-color: #51B7A5;
}
</style>