Shades of Puerto Rico #51AFA4
Tints of Puerto Rico #51AFA4
RGB
CMYK
RGB Variations
Color information
#51AFA4 (or 0x51AFA4) is known color: Puerto Rico. HEX triplet: 51, AF and A4. RGB value is (81,175,164). Sum of RGB (Red+Green+Blue) = 81+175+164=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #51AFA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AFA4 is #AE505B. Grayscale: #919191. Windows color (decimal): -11423836 or 10792785. OLE color: 10792785.
HSL color Cylindrical-coordinate representation of color #51AFA4: hue angle of 172.98º 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 #51AFA4 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 175 | 164 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.31 |
| HSL | 172.98º | 0.37% | 0.5% | - |
| HSV(B) | 172.98º | 0.54% | 0.69% | - |
| XYZ | 25.42 | 35.09 | 40.55 | - |
| YUV | 145.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 175 | 164 | 0.54 | 0 | 0.06 | 0.31 | 172.98 | 0.37 | 0.5 |
| Hex | 51 | AF | A4 | 36 | 0 | 6 | 1F | AD | 25 | 32 |
| Octal | 121 | 257 | 244 | 66 | 0 | 6 | 37 | 255 | 45 | 62 |
| Binary | 1010001 | 10101111 | 10100100 | 110110 | 0 | 110 | 11111 | 10101101 | 100101 | 110010 |
Color Harmonies of #51AFA4
Complementary color
Monochromatic Colors of #51AFA4
Black with #51AFA4
Text Example
Text Example
White with #51AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AFA4; }
p { color: rgb(81,175,164); }
H1.HeaderClassName
{
color: #51AFA4;
}
.AnyTagClassName
{
color: #51AFA4;
}
</style>
background-color css
<style>
a { background-color: #51AFA4; }
a { background-color: rgb(81,175,164); }
div.DivClassName
{
background-color: #51AFA4;
}
.BgClassName
{
background-color: #51AFA4;
}
</style>
border-color css
<style>
span { border-color: #51AFA4; }
span { border-color: rgb(81,175,164); }
td.TdClassName
{
border-color: #51AFA4;
}
.TagClassName
{
border-color: #51AFA4;
}
</style>