Shades of Puerto Rico #51BFA2
Tints of Puerto Rico #51BFA2
RGB
CMYK
RGB Variations
Color information
#51BFA2 (or 0x51BFA2) is known color: Puerto Rico. HEX triplet: 51, BF and A2. RGB value is (81,191,162). Sum of RGB (Red+Green+Blue) = 81+191+162=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #51BFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BFA2 is #AE405D. Grayscale: #9A9A9A. Windows color (decimal): -11419742 or 10665809. OLE color: 10665809.
HSL color Cylindrical-coordinate representation of color #51BFA2: hue angle of 164.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51BFA2 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 191 | 162 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.25 |
| HSL | 164.18º | 0.46% | 0.53% | - |
| HSV(B) | 164.18º | 0.58% | 0.75% | - |
| XYZ | 28.55 | 41.62 | 40.71 | - |
| YUV | 154.8 | 132.06 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 191 | 162 | 0.58 | 0 | 0.15 | 0.25 | 164.18 | 0.46 | 0.53 |
| Hex | 51 | BF | A2 | 3A | 0 | F | 19 | A4 | 2E | 35 |
| Octal | 121 | 277 | 242 | 72 | 0 | 17 | 31 | 244 | 56 | 65 |
| Binary | 1010001 | 10111111 | 10100010 | 111010 | 0 | 1111 | 11001 | 10100100 | 101110 | 110101 |
Color Harmonies of #51BFA2
Complementary color
Monochromatic Colors of #51BFA2
Black with #51BFA2
Text Example
Text Example
White with #51BFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BFA2; }
p { color: rgb(81,191,162); }
H1.HeaderClassName
{
color: #51BFA2;
}
.AnyTagClassName
{
color: #51BFA2;
}
</style>
background-color css
<style>
a { background-color: #51BFA2; }
a { background-color: rgb(81,191,162); }
div.DivClassName
{
background-color: #51BFA2;
}
.BgClassName
{
background-color: #51BFA2;
}
</style>
border-color css
<style>
span { border-color: #51BFA2; }
span { border-color: rgb(81,191,162); }
td.TdClassName
{
border-color: #51BFA2;
}
.TagClassName
{
border-color: #51BFA2;
}
</style>