Shades of Puerto Rico #51BBA2
Tints of Puerto Rico #51BBA2
RGB
CMYK
RGB Variations
Color information
#51BBA2 (or 0x51BBA2) is known color: Puerto Rico. HEX triplet: 51, BB and A2. RGB value is (81,187,162). Sum of RGB (Red+Green+Blue) = 81+187+162=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #51BBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BBA2 is #AE445D. Grayscale: #989898. Windows color (decimal): -11420766 or 10664785. OLE color: 10664785.
HSL color Cylindrical-coordinate representation of color #51BBA2: hue angle of 165.85º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BBA2 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 187 | 162 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.27 |
| HSL | 165.85º | 0.44% | 0.53% | - |
| HSV(B) | 165.85º | 0.57% | 0.73% | - |
| XYZ | 27.69 | 39.9 | 40.42 | - |
| YUV | 152.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 187 | 162 | 0.57 | 0 | 0.13 | 0.27 | 165.85 | 0.44 | 0.53 |
| Hex | 51 | BB | A2 | 39 | 0 | D | 1B | A6 | 2C | 35 |
| Octal | 121 | 273 | 242 | 71 | 0 | 15 | 33 | 246 | 54 | 65 |
| Binary | 1010001 | 10111011 | 10100010 | 111001 | 0 | 1101 | 11011 | 10100110 | 101100 | 110101 |
Color Harmonies of #51BBA2
Complementary color
Monochromatic Colors of #51BBA2
Black with #51BBA2
Text Example
Text Example
White with #51BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BBA2; }
p { color: rgb(81,187,162); }
H1.HeaderClassName
{
color: #51BBA2;
}
.AnyTagClassName
{
color: #51BBA2;
}
</style>
background-color css
<style>
a { background-color: #51BBA2; }
a { background-color: rgb(81,187,162); }
div.DivClassName
{
background-color: #51BBA2;
}
.BgClassName
{
background-color: #51BBA2;
}
</style>
border-color css
<style>
span { border-color: #51BBA2; }
span { border-color: rgb(81,187,162); }
td.TdClassName
{
border-color: #51BBA2;
}
.TagClassName
{
border-color: #51BBA2;
}
</style>