Shades of Puerto Rico #51C2A8
Tints of Puerto Rico #51C2A8
RGB
CMYK
RGB Variations
Color information
#51C2A8 (or 0x51C2A8) is known color: Puerto Rico. HEX triplet: 51, C2 and A8. RGB value is (81,194,168). Sum of RGB (Red+Green+Blue) = 81+194+168=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #51C2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C2A8 is #AE3D57. Grayscale: #9D9D9D. Windows color (decimal): -11418968 or 11059793. OLE color: 11059793.
HSL color Cylindrical-coordinate representation of color #51C2A8: hue angle of 166.19º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C2A8 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 194 | 168 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.24 |
| HSL | 166.19º | 0.48% | 0.54% | - |
| HSV(B) | 166.19º | 0.58% | 0.76% | - |
| XYZ | 29.75 | 43.16 | 43.81 | - |
| YUV | 157.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 194 | 168 | 0.58 | 0 | 0.13 | 0.24 | 166.19 | 0.48 | 0.54 |
| Hex | 51 | C2 | A8 | 3A | 0 | D | 18 | A6 | 30 | 36 |
| Octal | 121 | 302 | 250 | 72 | 0 | 15 | 30 | 246 | 60 | 66 |
| Binary | 1010001 | 11000010 | 10101000 | 111010 | 0 | 1101 | 11000 | 10100110 | 110000 | 110110 |
Color Harmonies of #51C2A8
Complementary color
Monochromatic Colors of #51C2A8
Black with #51C2A8
Text Example
Text Example
White with #51C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C2A8; }
p { color: rgb(81,194,168); }
H1.HeaderClassName
{
color: #51C2A8;
}
.AnyTagClassName
{
color: #51C2A8;
}
</style>
background-color css
<style>
a { background-color: #51C2A8; }
a { background-color: rgb(81,194,168); }
div.DivClassName
{
background-color: #51C2A8;
}
.BgClassName
{
background-color: #51C2A8;
}
</style>
border-color css
<style>
span { border-color: #51C2A8; }
span { border-color: rgb(81,194,168); }
td.TdClassName
{
border-color: #51C2A8;
}
.TagClassName
{
border-color: #51C2A8;
}
</style>