Shades of Puerto Rico #51C5AC
Tints of Puerto Rico #51C5AC
RGB
CMYK
RGB Variations
Color information
#51C5AC (or 0x51C5AC) is known color: Puerto Rico. HEX triplet: 51, C5 and AC. RGB value is (81,197,172). Sum of RGB (Red+Green+Blue) = 81+197+172=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #51C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C5AC is #AE3A53. Grayscale: #9F9F9F. Windows color (decimal): -11418196 or 11322705. OLE color: 11322705.
HSL color Cylindrical-coordinate representation of color #51C5AC: hue angle of 167.07º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C5AC is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 197 | 172 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.23 |
| HSL | 167.07º | 0.5% | 0.55% | - |
| HSV(B) | 167.07º | 0.59% | 0.77% | - |
| XYZ | 30.81 | 44.66 | 46.03 | - |
| YUV | 159.47 | 135.07 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 197 | 172 | 0.59 | 0 | 0.13 | 0.23 | 167.07 | 0.5 | 0.55 |
| Hex | 51 | C5 | AC | 3B | 0 | D | 17 | A7 | 32 | 37 |
| Octal | 121 | 305 | 254 | 73 | 0 | 15 | 27 | 247 | 62 | 67 |
| Binary | 1010001 | 11000101 | 10101100 | 111011 | 0 | 1101 | 10111 | 10100111 | 110010 | 110111 |
Color Harmonies of #51C5AC
Complementary color
Monochromatic Colors of #51C5AC
Black with #51C5AC
Text Example
Text Example
White with #51C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C5AC; }
p { color: rgb(81,197,172); }
H1.HeaderClassName
{
color: #51C5AC;
}
.AnyTagClassName
{
color: #51C5AC;
}
</style>
background-color css
<style>
a { background-color: #51C5AC; }
a { background-color: rgb(81,197,172); }
div.DivClassName
{
background-color: #51C5AC;
}
.BgClassName
{
background-color: #51C5AC;
}
</style>
border-color css
<style>
span { border-color: #51C5AC; }
span { border-color: rgb(81,197,172); }
td.TdClassName
{
border-color: #51C5AC;
}
.TagClassName
{
border-color: #51C5AC;
}
</style>