Shades of Puerto Rico #51C09C
Tints of Puerto Rico #51C09C
RGB
CMYK
RGB Variations
Color information
#51C09C (or 0x51C09C) is known color: Puerto Rico. HEX triplet: 51, C0 and 9C. RGB value is (81,192,156). Sum of RGB (Red+Green+Blue) = 81+192+156=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #51C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C09C is #AE3F63. Grayscale: #9A9A9A. Windows color (decimal): -11419492 or 10272849. OLE color: 10272849.
HSL color Cylindrical-coordinate representation of color #51C09C: hue angle of 160.54º 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 #51C09C is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 192 | 156 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.25 |
| HSL | 160.54º | 0.47% | 0.54% | - |
| HSV(B) | 160.54º | 0.58% | 0.75% | - |
| XYZ | 28.24 | 41.85 | 38.04 | - |
| YUV | 154.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 192 | 156 | 0.58 | 0 | 0.19 | 0.25 | 160.54 | 0.47 | 0.54 |
| Hex | 51 | C0 | 9C | 3A | 0 | 13 | 19 | A1 | 2F | 36 |
| Octal | 121 | 300 | 234 | 72 | 0 | 23 | 31 | 241 | 57 | 66 |
| Binary | 1010001 | 11000000 | 10011100 | 111010 | 0 | 10011 | 11001 | 10100001 | 101111 | 110110 |
Color Harmonies of #51C09C
Complementary color
Monochromatic Colors of #51C09C
Black with #51C09C
Text Example
Text Example
White with #51C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C09C; }
p { color: rgb(81,192,156); }
H1.HeaderClassName
{
color: #51C09C;
}
.AnyTagClassName
{
color: #51C09C;
}
</style>
background-color css
<style>
a { background-color: #51C09C; }
a { background-color: rgb(81,192,156); }
div.DivClassName
{
background-color: #51C09C;
}
.BgClassName
{
background-color: #51C09C;
}
</style>
border-color css
<style>
span { border-color: #51C09C; }
span { border-color: rgb(81,192,156); }
td.TdClassName
{
border-color: #51C09C;
}
.TagClassName
{
border-color: #51C09C;
}
</style>