Shades of Puerto Rico #51C0AF
Tints of Puerto Rico #51C0AF
RGB
CMYK
RGB Variations
Color information
#51C0AF (or 0x51C0AF) is known color: Puerto Rico. HEX triplet: 51, C0 and AF. RGB value is (81,192,175). Sum of RGB (Red+Green+Blue) = 81+192+175=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #51C0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C0AF is #AE3F50. Grayscale: #9C9C9C. Windows color (decimal): -11419473 or 11518033. OLE color: 11518033.
HSL color Cylindrical-coordinate representation of color #51C0AF: hue angle of 170.81º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C0AF is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 192 | 175 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.25 |
| HSL | 170.81º | 0.47% | 0.54% | - |
| HSV(B) | 170.81º | 0.58% | 0.75% | - |
| XYZ | 29.98 | 42.54 | 47.19 | - |
| YUV | 156.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 192 | 175 | 0.58 | 0 | 0.09 | 0.25 | 170.81 | 0.47 | 0.54 |
| Hex | 51 | C0 | AF | 3A | 0 | 9 | 19 | AB | 2F | 36 |
| Octal | 121 | 300 | 257 | 72 | 0 | 11 | 31 | 253 | 57 | 66 |
| Binary | 1010001 | 11000000 | 10101111 | 111010 | 0 | 1001 | 11001 | 10101011 | 101111 | 110110 |
Color Harmonies of #51C0AF
Complementary color
Monochromatic Colors of #51C0AF
Black with #51C0AF
Text Example
Text Example
White with #51C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C0AF; }
p { color: rgb(81,192,175); }
H1.HeaderClassName
{
color: #51C0AF;
}
.AnyTagClassName
{
color: #51C0AF;
}
</style>
background-color css
<style>
a { background-color: #51C0AF; }
a { background-color: rgb(81,192,175); }
div.DivClassName
{
background-color: #51C0AF;
}
.BgClassName
{
background-color: #51C0AF;
}
</style>
border-color css
<style>
span { border-color: #51C0AF; }
span { border-color: rgb(81,192,175); }
td.TdClassName
{
border-color: #51C0AF;
}
.TagClassName
{
border-color: #51C0AF;
}
</style>