Shades of Puerto Rico #51C09A
Tints of Puerto Rico #51C09A
RGB
CMYK
RGB Variations
Color information
#51C09A (or 0x51C09A) is known color: Puerto Rico. HEX triplet: 51, C0 and 9A. RGB value is (81,192,154). Sum of RGB (Red+Green+Blue) = 81+192+154=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #51C09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C09A is #AE3F65. Grayscale: #9A9A9A. Windows color (decimal): -11419494 or 10141777. OLE color: 10141777.
HSL color Cylindrical-coordinate representation of color #51C09A: hue angle of 159.46º 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 #51C09A is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 192 | 154 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.25 |
| HSL | 159.46º | 0.47% | 0.54% | - |
| HSV(B) | 159.46º | 0.58% | 0.75% | - |
| XYZ | 28.08 | 41.78 | 37.16 | - |
| YUV | 154.48 | 127.73 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 192 | 154 | 0.58 | 0 | 0.20 | 0.25 | 159.46 | 0.47 | 0.54 |
| Hex | 51 | C0 | 9A | 3A | 0 | 14 | 19 | 9F | 2F | 36 |
| Octal | 121 | 300 | 232 | 72 | 0 | 24 | 31 | 237 | 57 | 66 |
| Binary | 1010001 | 11000000 | 10011010 | 111010 | 0 | 10100 | 11001 | 10011111 | 101111 | 110110 |
Color Harmonies of #51C09A
Complementary color
Monochromatic Colors of #51C09A
Black with #51C09A
Text Example
Text Example
White with #51C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C09A; }
p { color: rgb(81,192,154); }
H1.HeaderClassName
{
color: #51C09A;
}
.AnyTagClassName
{
color: #51C09A;
}
</style>
background-color css
<style>
a { background-color: #51C09A; }
a { background-color: rgb(81,192,154); }
div.DivClassName
{
background-color: #51C09A;
}
.BgClassName
{
background-color: #51C09A;
}
</style>
border-color css
<style>
span { border-color: #51C09A; }
span { border-color: rgb(81,192,154); }
td.TdClassName
{
border-color: #51C09A;
}
.TagClassName
{
border-color: #51C09A;
}
</style>