Shades of Puerto Rico #51C0A2
Tints of Puerto Rico #51C0A2
RGB
CMYK
RGB Variations
Color information
#51C0A2 (or 0x51C0A2) is known color: Puerto Rico. HEX triplet: 51, C0 and A2. RGB value is (81,192,162). Sum of RGB (Red+Green+Blue) = 81+192+162=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #51C0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C0A2 is #AE3F5D. Grayscale: #9B9B9B. Windows color (decimal): -11419486 or 10666065. OLE color: 10666065.
HSL color Cylindrical-coordinate representation of color #51C0A2: hue angle of 163.78º 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 #51C0A2 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 192 | 162 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.25 |
| HSL | 163.78º | 0.47% | 0.54% | - |
| HSV(B) | 163.78º | 0.58% | 0.75% | - |
| XYZ | 28.76 | 42.06 | 40.78 | - |
| YUV | 155.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 192 | 162 | 0.58 | 0 | 0.16 | 0.25 | 163.78 | 0.47 | 0.54 |
| Hex | 51 | C0 | A2 | 3A | 0 | 10 | 19 | A4 | 2F | 36 |
| Octal | 121 | 300 | 242 | 72 | 0 | 20 | 31 | 244 | 57 | 66 |
| Binary | 1010001 | 11000000 | 10100010 | 111010 | 0 | 10000 | 11001 | 10100100 | 101111 | 110110 |
Color Harmonies of #51C0A2
Complementary color
Monochromatic Colors of #51C0A2
Black with #51C0A2
Text Example
Text Example
White with #51C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C0A2; }
p { color: rgb(81,192,162); }
H1.HeaderClassName
{
color: #51C0A2;
}
.AnyTagClassName
{
color: #51C0A2;
}
</style>
background-color css
<style>
a { background-color: #51C0A2; }
a { background-color: rgb(81,192,162); }
div.DivClassName
{
background-color: #51C0A2;
}
.BgClassName
{
background-color: #51C0A2;
}
</style>
border-color css
<style>
span { border-color: #51C0A2; }
span { border-color: rgb(81,192,162); }
td.TdClassName
{
border-color: #51C0A2;
}
.TagClassName
{
border-color: #51C0A2;
}
</style>