Shades of Puerto Rico #51BAA2
Tints of Puerto Rico #51BAA2
RGB
CMYK
RGB Variations
Color information
#51BAA2 (or 0x51BAA2) is known color: Puerto Rico. HEX triplet: 51, BA and A2. RGB value is (81,186,162). Sum of RGB (Red+Green+Blue) = 81+186+162=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #51BAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BAA2 is #AE455D. Grayscale: #979797. Windows color (decimal): -11421022 or 10664529. OLE color: 10664529.
HSL color Cylindrical-coordinate representation of color #51BAA2: hue angle of 166.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BAA2 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 162 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.27 |
| HSL | 166.29º | 0.43% | 0.52% | - |
| HSV(B) | 166.29º | 0.56% | 0.73% | - |
| XYZ | 27.47 | 39.48 | 40.35 | - |
| YUV | 151.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 162 | 0.56 | 0 | 0.13 | 0.27 | 166.29 | 0.43 | 0.52 |
| Hex | 51 | BA | A2 | 38 | 0 | D | 1B | A6 | 2B | 34 |
| Octal | 121 | 272 | 242 | 70 | 0 | 15 | 33 | 246 | 53 | 64 |
| Binary | 1010001 | 10111010 | 10100010 | 111000 | 0 | 1101 | 11011 | 10100110 | 101011 | 110100 |
Color Harmonies of #51BAA2
Complementary color
Monochromatic Colors of #51BAA2
Black with #51BAA2
Text Example
Text Example
White with #51BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BAA2; }
p { color: rgb(81,186,162); }
H1.HeaderClassName
{
color: #51BAA2;
}
.AnyTagClassName
{
color: #51BAA2;
}
</style>
background-color css
<style>
a { background-color: #51BAA2; }
a { background-color: rgb(81,186,162); }
div.DivClassName
{
background-color: #51BAA2;
}
.BgClassName
{
background-color: #51BAA2;
}
</style>
border-color css
<style>
span { border-color: #51BAA2; }
span { border-color: rgb(81,186,162); }
td.TdClassName
{
border-color: #51BAA2;
}
.TagClassName
{
border-color: #51BAA2;
}
</style>