Shades of Puerto Rico #51CBAB
Tints of Puerto Rico #51CBAB
RGB
CMYK
RGB Variations
Color information
#51CBAB (or 0x51CBAB) is known color: Puerto Rico. HEX triplet: 51, CB and AB. RGB value is (81,203,171). Sum of RGB (Red+Green+Blue) = 81+203+171=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #51CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CBAB is #AE3454. Grayscale: #A2A2A2. Windows color (decimal): -11416661 or 11258705. OLE color: 11258705.
HSL color Cylindrical-coordinate representation of color #51CBAB: hue angle of 164.26º 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 #51CBAB is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 203 | 171 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.20 |
| HSL | 164.26º | 0.54% | 0.56% | - |
| HSV(B) | 164.26º | 0.6% | 0.8% | - |
| XYZ | 32.1 | 47.4 | 45.99 | - |
| YUV | 162.87 | 132.58 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 171 | 0.60 | 0 | 0.16 | 0.20 | 164.26 | 0.54 | 0.56 |
| Hex | 51 | CB | AB | 3C | 0 | 10 | 14 | A4 | 36 | 38 |
| Octal | 121 | 313 | 253 | 74 | 0 | 20 | 24 | 244 | 66 | 70 |
| Binary | 1010001 | 11001011 | 10101011 | 111100 | 0 | 10000 | 10100 | 10100100 | 110110 | 111000 |
Color Harmonies of #51CBAB
Complementary color
Monochromatic Colors of #51CBAB
Black with #51CBAB
Text Example
Text Example
White with #51CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CBAB; }
p { color: rgb(81,203,171); }
H1.HeaderClassName
{
color: #51CBAB;
}
.AnyTagClassName
{
color: #51CBAB;
}
</style>
background-color css
<style>
a { background-color: #51CBAB; }
a { background-color: rgb(81,203,171); }
div.DivClassName
{
background-color: #51CBAB;
}
.BgClassName
{
background-color: #51CBAB;
}
</style>
border-color css
<style>
span { border-color: #51CBAB; }
span { border-color: rgb(81,203,171); }
td.TdClassName
{
border-color: #51CBAB;
}
.TagClassName
{
border-color: #51CBAB;
}
</style>