Shades of Puerto Rico #51B7AA
Tints of Puerto Rico #51B7AA
RGB
CMYK
RGB Variations
Color information
#51B7AA (or 0x51B7AA) is known color: Puerto Rico. HEX triplet: 51, B7 and AA. RGB value is (81,183,170). Sum of RGB (Red+Green+Blue) = 81+183+170=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #51B7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B7AA is #AE4855. Grayscale: #969696. Windows color (decimal): -11421782 or 11188049. OLE color: 11188049.
HSL color Cylindrical-coordinate representation of color #51B7AA: hue angle of 172.35º 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 #51B7AA is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 183 | 170 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.28 |
| HSL | 172.35º | 0.41% | 0.52% | - |
| HSV(B) | 172.35º | 0.56% | 0.72% | - |
| XYZ | 27.58 | 38.52 | 44.01 | - |
| YUV | 151.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 183 | 170 | 0.56 | 0 | 0.07 | 0.28 | 172.35 | 0.41 | 0.52 |
| Hex | 51 | B7 | AA | 38 | 0 | 7 | 1C | AC | 29 | 34 |
| Octal | 121 | 267 | 252 | 70 | 0 | 7 | 34 | 254 | 51 | 64 |
| Binary | 1010001 | 10110111 | 10101010 | 111000 | 0 | 111 | 11100 | 10101100 | 101001 | 110100 |
Color Harmonies of #51B7AA
Complementary color
Monochromatic Colors of #51B7AA
Black with #51B7AA
Text Example
Text Example
White with #51B7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B7AA; }
p { color: rgb(81,183,170); }
H1.HeaderClassName
{
color: #51B7AA;
}
.AnyTagClassName
{
color: #51B7AA;
}
</style>
background-color css
<style>
a { background-color: #51B7AA; }
a { background-color: rgb(81,183,170); }
div.DivClassName
{
background-color: #51B7AA;
}
.BgClassName
{
background-color: #51B7AA;
}
</style>
border-color css
<style>
span { border-color: #51B7AA; }
span { border-color: rgb(81,183,170); }
td.TdClassName
{
border-color: #51B7AA;
}
.TagClassName
{
border-color: #51B7AA;
}
</style>