Shades of Puerto Rico #51C1AF
Tints of Puerto Rico #51C1AF
RGB
CMYK
RGB Variations
Color information
#51C1AF (or 0x51C1AF) is known color: Puerto Rico. HEX triplet: 51, C1 and AF. RGB value is (81,193,175). Sum of RGB (Red+Green+Blue) = 81+193+175=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #51C1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C1AF is #AE3E50. Grayscale: #9D9D9D. Windows color (decimal): -11419217 or 11518289. OLE color: 11518289.
HSL color Cylindrical-coordinate representation of color #51C1AF: hue angle of 170.36º degrees, saturation: 0.47, 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 #51C1AF is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 193 | 175 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.24 |
| HSL | 170.36º | 0.47% | 0.54% | - |
| HSV(B) | 170.36º | 0.58% | 0.76% | - |
| XYZ | 30.2 | 42.98 | 47.26 | - |
| YUV | 157.46 | 137.89 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 193 | 175 | 0.58 | 0 | 0.09 | 0.24 | 170.36 | 0.47 | 0.54 |
| Hex | 51 | C1 | AF | 3A | 0 | 9 | 18 | AA | 2F | 36 |
| Octal | 121 | 301 | 257 | 72 | 0 | 11 | 30 | 252 | 57 | 66 |
| Binary | 1010001 | 11000001 | 10101111 | 111010 | 0 | 1001 | 11000 | 10101010 | 101111 | 110110 |
Color Harmonies of #51C1AF
Complementary color
Monochromatic Colors of #51C1AF
Black with #51C1AF
Text Example
Text Example
White with #51C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C1AF; }
p { color: rgb(81,193,175); }
H1.HeaderClassName
{
color: #51C1AF;
}
.AnyTagClassName
{
color: #51C1AF;
}
</style>
background-color css
<style>
a { background-color: #51C1AF; }
a { background-color: rgb(81,193,175); }
div.DivClassName
{
background-color: #51C1AF;
}
.BgClassName
{
background-color: #51C1AF;
}
</style>
border-color css
<style>
span { border-color: #51C1AF; }
span { border-color: rgb(81,193,175); }
td.TdClassName
{
border-color: #51C1AF;
}
.TagClassName
{
border-color: #51C1AF;
}
</style>