Shades of Puerto Rico #51CBA8
Tints of Puerto Rico #51CBA8
RGB
CMYK
RGB Variations
Color information
#51CBA8 (or 0x51CBA8) is known color: Puerto Rico. HEX triplet: 51, CB and A8. RGB value is (81,203,168). Sum of RGB (Red+Green+Blue) = 81+203+168=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #51CBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CBA8 is #AE3457. Grayscale: #A2A2A2. Windows color (decimal): -11416664 or 11062097. OLE color: 11062097.
HSL color Cylindrical-coordinate representation of color #51CBA8: hue angle of 162.79º 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 #51CBA8 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 203 | 168 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.20 |
| HSL | 162.79º | 0.54% | 0.56% | - |
| HSV(B) | 162.79º | 0.6% | 0.8% | - |
| XYZ | 31.82 | 47.29 | 44.5 | - |
| YUV | 162.53 | 131.08 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 168 | 0.60 | 0 | 0.17 | 0.20 | 162.79 | 0.54 | 0.56 |
| Hex | 51 | CB | A8 | 3C | 0 | 11 | 14 | A3 | 36 | 38 |
| Octal | 121 | 313 | 250 | 74 | 0 | 21 | 24 | 243 | 66 | 70 |
| Binary | 1010001 | 11001011 | 10101000 | 111100 | 0 | 10001 | 10100 | 10100011 | 110110 | 111000 |
Color Harmonies of #51CBA8
Complementary color
Monochromatic Colors of #51CBA8
Black with #51CBA8
Text Example
Text Example
White with #51CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CBA8; }
p { color: rgb(81,203,168); }
H1.HeaderClassName
{
color: #51CBA8;
}
.AnyTagClassName
{
color: #51CBA8;
}
</style>
background-color css
<style>
a { background-color: #51CBA8; }
a { background-color: rgb(81,203,168); }
div.DivClassName
{
background-color: #51CBA8;
}
.BgClassName
{
background-color: #51CBA8;
}
</style>
border-color css
<style>
span { border-color: #51CBA8; }
span { border-color: rgb(81,203,168); }
td.TdClassName
{
border-color: #51CBA8;
}
.TagClassName
{
border-color: #51CBA8;
}
</style>