Shades of Puerto Rico #51C49A
Tints of Puerto Rico #51C49A
RGB
CMYK
RGB Variations
Color information
#51C49A (or 0x51C49A) is known color: Puerto Rico. HEX triplet: 51, C4 and 9A. RGB value is (81,196,154). Sum of RGB (Red+Green+Blue) = 81+196+154=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #51C49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C49A is #AE3B65. Grayscale: #9C9C9C. Windows color (decimal): -11418470 or 10142801. OLE color: 10142801.
HSL color Cylindrical-coordinate representation of color #51C49A: hue angle of 158.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C49A is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 196 | 154 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.23 |
| HSL | 158.09º | 0.49% | 0.54% | - |
| HSV(B) | 158.09º | 0.59% | 0.77% | - |
| XYZ | 28.97 | 43.56 | 37.45 | - |
| YUV | 156.83 | 126.4 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 196 | 154 | 0.59 | 0 | 0.21 | 0.23 | 158.09 | 0.49 | 0.54 |
| Hex | 51 | C4 | 9A | 3B | 0 | 15 | 17 | 9E | 31 | 36 |
| Octal | 121 | 304 | 232 | 73 | 0 | 25 | 27 | 236 | 61 | 66 |
| Binary | 1010001 | 11000100 | 10011010 | 111011 | 0 | 10101 | 10111 | 10011110 | 110001 | 110110 |
Color Harmonies of #51C49A
Complementary color
Monochromatic Colors of #51C49A
Black with #51C49A
Text Example
Text Example
White with #51C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C49A; }
p { color: rgb(81,196,154); }
H1.HeaderClassName
{
color: #51C49A;
}
.AnyTagClassName
{
color: #51C49A;
}
</style>
background-color css
<style>
a { background-color: #51C49A; }
a { background-color: rgb(81,196,154); }
div.DivClassName
{
background-color: #51C49A;
}
.BgClassName
{
background-color: #51C49A;
}
</style>
border-color css
<style>
span { border-color: #51C49A; }
span { border-color: rgb(81,196,154); }
td.TdClassName
{
border-color: #51C49A;
}
.TagClassName
{
border-color: #51C49A;
}
</style>