Shades of Puerto Rico #51BAA3
Tints of Puerto Rico #51BAA3
RGB
CMYK
RGB Variations
Color information
#51BAA3 (or 0x51BAA3) is known color: Puerto Rico. HEX triplet: 51, BA and A3. RGB value is (81,186,163). Sum of RGB (Red+Green+Blue) = 81+186+163=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #51BAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BAA3 is #AE455C. Grayscale: #979797. Windows color (decimal): -11421021 or 10730065. OLE color: 10730065.
HSL color Cylindrical-coordinate representation of color #51BAA3: hue angle of 166.86º 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 #51BAA3 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 163 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.27 |
| HSL | 166.86º | 0.43% | 0.52% | - |
| HSV(B) | 166.86º | 0.56% | 0.73% | - |
| XYZ | 27.56 | 39.51 | 40.82 | - |
| YUV | 151.98 | 134.21 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 163 | 0.56 | 0 | 0.12 | 0.27 | 166.86 | 0.43 | 0.52 |
| Hex | 51 | BA | A3 | 38 | 0 | C | 1B | A7 | 2B | 34 |
| Octal | 121 | 272 | 243 | 70 | 0 | 14 | 33 | 247 | 53 | 64 |
| Binary | 1010001 | 10111010 | 10100011 | 111000 | 0 | 1100 | 11011 | 10100111 | 101011 | 110100 |
Color Harmonies of #51BAA3
Complementary color
Monochromatic Colors of #51BAA3
Black with #51BAA3
Text Example
Text Example
White with #51BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BAA3; }
p { color: rgb(81,186,163); }
H1.HeaderClassName
{
color: #51BAA3;
}
.AnyTagClassName
{
color: #51BAA3;
}
</style>
background-color css
<style>
a { background-color: #51BAA3; }
a { background-color: rgb(81,186,163); }
div.DivClassName
{
background-color: #51BAA3;
}
.BgClassName
{
background-color: #51BAA3;
}
</style>
border-color css
<style>
span { border-color: #51BAA3; }
span { border-color: rgb(81,186,163); }
td.TdClassName
{
border-color: #51BAA3;
}
.TagClassName
{
border-color: #51BAA3;
}
</style>