Shades of Puerto Rico #51CBA9
Tints of Puerto Rico #51CBA9
RGB
CMYK
RGB Variations
Color information
#51CBA9 (or 0x51CBA9) is known color: Puerto Rico. HEX triplet: 51, CB and A9. RGB value is (81,203,169). Sum of RGB (Red+Green+Blue) = 81+203+169=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #51CBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CBA9 is #AE3456. Grayscale: #A2A2A2. Windows color (decimal): -11416663 or 11127633. OLE color: 11127633.
HSL color Cylindrical-coordinate representation of color #51CBA9: hue angle of 163.28º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CBA9 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 203 | 169 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.20 |
| HSL | 163.28º | 0.54% | 0.56% | - |
| HSV(B) | 163.28º | 0.6% | 0.8% | - |
| XYZ | 31.91 | 47.33 | 44.99 | - |
| YUV | 162.65 | 131.58 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 169 | 0.60 | 0 | 0.17 | 0.20 | 163.28 | 0.54 | 0.56 |
| Hex | 51 | CB | A9 | 3C | 0 | 11 | 14 | A3 | 36 | 38 |
| Octal | 121 | 313 | 251 | 74 | 0 | 21 | 24 | 243 | 66 | 70 |
| Binary | 1010001 | 11001011 | 10101001 | 111100 | 0 | 10001 | 10100 | 10100011 | 110110 | 111000 |
Color Harmonies of #51CBA9
Complementary color
Monochromatic Colors of #51CBA9
Black with #51CBA9
Text Example
Text Example
White with #51CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CBA9; }
p { color: rgb(81,203,169); }
H1.HeaderClassName
{
color: #51CBA9;
}
.AnyTagClassName
{
color: #51CBA9;
}
</style>
background-color css
<style>
a { background-color: #51CBA9; }
a { background-color: rgb(81,203,169); }
div.DivClassName
{
background-color: #51CBA9;
}
.BgClassName
{
background-color: #51CBA9;
}
</style>
border-color css
<style>
span { border-color: #51CBA9; }
span { border-color: rgb(81,203,169); }
td.TdClassName
{
border-color: #51CBA9;
}
.TagClassName
{
border-color: #51CBA9;
}
</style>