Shades of Puerto Rico #51BFA3
Tints of Puerto Rico #51BFA3
RGB
CMYK
RGB Variations
Color information
#51BFA3 (or 0x51BFA3) is known color: Puerto Rico. HEX triplet: 51, BF and A3. RGB value is (81,191,163). Sum of RGB (Red+Green+Blue) = 81+191+163=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #51BFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BFA3 is #AE405C. Grayscale: #9A9A9A. Windows color (decimal): -11419741 or 10731345. OLE color: 10731345.
HSL color Cylindrical-coordinate representation of color #51BFA3: hue angle of 164.73º 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 #51BFA3 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 191 | 163 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.25 |
| HSL | 164.73º | 0.46% | 0.53% | - |
| HSV(B) | 164.73º | 0.58% | 0.75% | - |
| XYZ | 28.64 | 41.66 | 41.18 | - |
| YUV | 154.92 | 132.56 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 191 | 163 | 0.58 | 0 | 0.15 | 0.25 | 164.73 | 0.46 | 0.53 |
| Hex | 51 | BF | A3 | 3A | 0 | F | 19 | A5 | 2E | 35 |
| Octal | 121 | 277 | 243 | 72 | 0 | 17 | 31 | 245 | 56 | 65 |
| Binary | 1010001 | 10111111 | 10100011 | 111010 | 0 | 1111 | 11001 | 10100101 | 101110 | 110101 |
Color Harmonies of #51BFA3
Complementary color
Monochromatic Colors of #51BFA3
Black with #51BFA3
Text Example
Text Example
White with #51BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BFA3; }
p { color: rgb(81,191,163); }
H1.HeaderClassName
{
color: #51BFA3;
}
.AnyTagClassName
{
color: #51BFA3;
}
</style>
background-color css
<style>
a { background-color: #51BFA3; }
a { background-color: rgb(81,191,163); }
div.DivClassName
{
background-color: #51BFA3;
}
.BgClassName
{
background-color: #51BFA3;
}
</style>
border-color css
<style>
span { border-color: #51BFA3; }
span { border-color: rgb(81,191,163); }
td.TdClassName
{
border-color: #51BFA3;
}
.TagClassName
{
border-color: #51BFA3;
}
</style>