Shades of Puerto Rico #51CBA4
Tints of Puerto Rico #51CBA4
RGB
CMYK
RGB Variations
Color information
#51CBA4 (or 0x51CBA4) is known color: Puerto Rico. HEX triplet: 51, CB and A4. RGB value is (81,203,164). Sum of RGB (Red+Green+Blue) = 81+203+164=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #51CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CBA4 is #AE345B. Grayscale: #A2A2A2. Windows color (decimal): -11416668 or 10799953. OLE color: 10799953.
HSL color Cylindrical-coordinate representation of color #51CBA4: hue angle of 160.82º 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 #51CBA4 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 203 | 164 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.20 |
| HSL | 160.82º | 0.54% | 0.56% | - |
| HSV(B) | 160.82º | 0.6% | 0.8% | - |
| XYZ | 31.45 | 47.14 | 42.56 | - |
| YUV | 162.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 164 | 0.60 | 0 | 0.19 | 0.20 | 160.82 | 0.54 | 0.56 |
| Hex | 51 | CB | A4 | 3C | 0 | 13 | 14 | A1 | 36 | 38 |
| Octal | 121 | 313 | 244 | 74 | 0 | 23 | 24 | 241 | 66 | 70 |
| Binary | 1010001 | 11001011 | 10100100 | 111100 | 0 | 10011 | 10100 | 10100001 | 110110 | 111000 |
Color Harmonies of #51CBA4
Complementary color
Monochromatic Colors of #51CBA4
Black with #51CBA4
Text Example
Text Example
White with #51CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CBA4; }
p { color: rgb(81,203,164); }
H1.HeaderClassName
{
color: #51CBA4;
}
.AnyTagClassName
{
color: #51CBA4;
}
</style>
background-color css
<style>
a { background-color: #51CBA4; }
a { background-color: rgb(81,203,164); }
div.DivClassName
{
background-color: #51CBA4;
}
.BgClassName
{
background-color: #51CBA4;
}
</style>
border-color css
<style>
span { border-color: #51CBA4; }
span { border-color: rgb(81,203,164); }
td.TdClassName
{
border-color: #51CBA4;
}
.TagClassName
{
border-color: #51CBA4;
}
</style>