Shades of Puerto Rico #51AFA1
Tints of Puerto Rico #51AFA1
RGB
CMYK
RGB Variations
Color information
#51AFA1 (or 0x51AFA1) is known color: Puerto Rico. HEX triplet: 51, AF and A1. RGB value is (81,175,161). Sum of RGB (Red+Green+Blue) = 81+175+161=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #51AFA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AFA1 is #AE505E. Grayscale: #919191. Windows color (decimal): -11423839 or 10596177. OLE color: 10596177.
HSL color Cylindrical-coordinate representation of color #51AFA1: hue angle of 171.06º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AFA1 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 175 | 161 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.31 |
| HSL | 171.06º | 0.37% | 0.5% | - |
| HSV(B) | 171.06º | 0.54% | 0.69% | - |
| XYZ | 25.16 | 34.98 | 39.14 | - |
| YUV | 145.3 | 136.86 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 175 | 161 | 0.54 | 0 | 0.08 | 0.31 | 171.06 | 0.37 | 0.5 |
| Hex | 51 | AF | A1 | 36 | 0 | 8 | 1F | AB | 25 | 32 |
| Octal | 121 | 257 | 241 | 66 | 0 | 10 | 37 | 253 | 45 | 62 |
| Binary | 1010001 | 10101111 | 10100001 | 110110 | 0 | 1000 | 11111 | 10101011 | 100101 | 110010 |
Color Harmonies of #51AFA1
Complementary color
Monochromatic Colors of #51AFA1
Black with #51AFA1
Text Example
Text Example
White with #51AFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AFA1; }
p { color: rgb(81,175,161); }
H1.HeaderClassName
{
color: #51AFA1;
}
.AnyTagClassName
{
color: #51AFA1;
}
</style>
background-color css
<style>
a { background-color: #51AFA1; }
a { background-color: rgb(81,175,161); }
div.DivClassName
{
background-color: #51AFA1;
}
.BgClassName
{
background-color: #51AFA1;
}
</style>
border-color css
<style>
span { border-color: #51AFA1; }
span { border-color: rgb(81,175,161); }
td.TdClassName
{
border-color: #51AFA1;
}
.TagClassName
{
border-color: #51AFA1;
}
</style>