Shades of Puerto Rico #51CAAF
Tints of Puerto Rico #51CAAF
RGB
CMYK
RGB Variations
Color information
#51CAAF (or 0x51CAAF) is known color: Puerto Rico. HEX triplet: 51, CA and AF. RGB value is (81,202,175). Sum of RGB (Red+Green+Blue) = 81+202+175=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #51CAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CAAF is #AE3550. Grayscale: #A2A2A2. Windows color (decimal): -11416913 or 11520593. OLE color: 11520593.
HSL color Cylindrical-coordinate representation of color #51CAAF: hue angle of 166.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CAAF is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 202 | 175 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.21 |
| HSL | 166.61º | 0.53% | 0.55% | - |
| HSV(B) | 166.61º | 0.6% | 0.79% | - |
| XYZ | 32.25 | 47.09 | 47.95 | - |
| YUV | 162.74 | 134.91 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 202 | 175 | 0.60 | 0 | 0.13 | 0.21 | 166.61 | 0.53 | 0.55 |
| Hex | 51 | CA | AF | 3C | 0 | D | 15 | A7 | 35 | 37 |
| Octal | 121 | 312 | 257 | 74 | 0 | 15 | 25 | 247 | 65 | 67 |
| Binary | 1010001 | 11001010 | 10101111 | 111100 | 0 | 1101 | 10101 | 10100111 | 110101 | 110111 |
Color Harmonies of #51CAAF
Complementary color
Monochromatic Colors of #51CAAF
Black with #51CAAF
Text Example
Text Example
White with #51CAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CAAF; }
p { color: rgb(81,202,175); }
H1.HeaderClassName
{
color: #51CAAF;
}
.AnyTagClassName
{
color: #51CAAF;
}
</style>
background-color css
<style>
a { background-color: #51CAAF; }
a { background-color: rgb(81,202,175); }
div.DivClassName
{
background-color: #51CAAF;
}
.BgClassName
{
background-color: #51CAAF;
}
</style>
border-color css
<style>
span { border-color: #51CAAF; }
span { border-color: rgb(81,202,175); }
td.TdClassName
{
border-color: #51CAAF;
}
.TagClassName
{
border-color: #51CAAF;
}
</style>