Shades of Puerto Rico #51ABA1
Tints of Puerto Rico #51ABA1
RGB
CMYK
RGB Variations
Color information
#51ABA1 (or 0x51ABA1) is known color: Puerto Rico. HEX triplet: 51, AB and A1. RGB value is (81,171,161). Sum of RGB (Red+Green+Blue) = 81+171+161=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #51ABA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ABA1 is #AE545E. Grayscale: #8E8E8E. Windows color (decimal): -11424863 or 10595153. OLE color: 10595153.
HSL color Cylindrical-coordinate representation of color #51ABA1: hue angle of 173.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51ABA1 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 171 | 161 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.33 |
| HSL | 173.33º | 0.36% | 0.49% | - |
| HSV(B) | 173.33º | 0.53% | 0.67% | - |
| XYZ | 24.39 | 33.45 | 38.89 | - |
| YUV | 142.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 171 | 161 | 0.53 | 0 | 0.06 | 0.33 | 173.33 | 0.36 | 0.49 |
| Hex | 51 | AB | A1 | 35 | 0 | 6 | 21 | AD | 24 | 31 |
| Octal | 121 | 253 | 241 | 65 | 0 | 6 | 41 | 255 | 44 | 61 |
| Binary | 1010001 | 10101011 | 10100001 | 110101 | 0 | 110 | 100001 | 10101101 | 100100 | 110001 |
Color Harmonies of #51ABA1
Complementary color
Monochromatic Colors of #51ABA1
Black with #51ABA1
Text Example
Text Example
White with #51ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ABA1; }
p { color: rgb(81,171,161); }
H1.HeaderClassName
{
color: #51ABA1;
}
.AnyTagClassName
{
color: #51ABA1;
}
</style>
background-color css
<style>
a { background-color: #51ABA1; }
a { background-color: rgb(81,171,161); }
div.DivClassName
{
background-color: #51ABA1;
}
.BgClassName
{
background-color: #51ABA1;
}
</style>
border-color css
<style>
span { border-color: #51ABA1; }
span { border-color: rgb(81,171,161); }
td.TdClassName
{
border-color: #51ABA1;
}
.TagClassName
{
border-color: #51ABA1;
}
</style>