Shades of Puerto Rico #51BCAC
Tints of Puerto Rico #51BCAC
RGB
CMYK
RGB Variations
Color information
#51BCAC (or 0x51BCAC) is known color: Puerto Rico. HEX triplet: 51, BC and AC. RGB value is (81,188,172). Sum of RGB (Red+Green+Blue) = 81+188+172=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #51BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BCAC is #AE4353. Grayscale: #9A9A9A. Windows color (decimal): -11420500 or 11320401. OLE color: 11320401.
HSL color Cylindrical-coordinate representation of color #51BCAC: hue angle of 171.03º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BCAC is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 188 | 172 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.26 |
| HSL | 171.03º | 0.44% | 0.53% | - |
| HSV(B) | 171.03º | 0.57% | 0.74% | - |
| XYZ | 28.82 | 40.69 | 45.37 | - |
| YUV | 154.18 | 138.05 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 188 | 172 | 0.57 | 0 | 0.09 | 0.26 | 171.03 | 0.44 | 0.53 |
| Hex | 51 | BC | AC | 39 | 0 | 9 | 1A | AB | 2C | 35 |
| Octal | 121 | 274 | 254 | 71 | 0 | 11 | 32 | 253 | 54 | 65 |
| Binary | 1010001 | 10111100 | 10101100 | 111001 | 0 | 1001 | 11010 | 10101011 | 101100 | 110101 |
Color Harmonies of #51BCAC
Complementary color
Monochromatic Colors of #51BCAC
Black with #51BCAC
Text Example
Text Example
White with #51BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BCAC; }
p { color: rgb(81,188,172); }
H1.HeaderClassName
{
color: #51BCAC;
}
.AnyTagClassName
{
color: #51BCAC;
}
</style>
background-color css
<style>
a { background-color: #51BCAC; }
a { background-color: rgb(81,188,172); }
div.DivClassName
{
background-color: #51BCAC;
}
.BgClassName
{
background-color: #51BCAC;
}
</style>
border-color css
<style>
span { border-color: #51BCAC; }
span { border-color: rgb(81,188,172); }
td.TdClassName
{
border-color: #51BCAC;
}
.TagClassName
{
border-color: #51BCAC;
}
</style>