Shades of Puerto Rico #51B9B4
Tints of Puerto Rico #51B9B4
RGB
CMYK
RGB Variations
Color information
#51B9B4 (or 0x51B9B4) is known color: Puerto Rico. HEX triplet: 51, B9 and B4. RGB value is (81,185,180). Sum of RGB (Red+Green+Blue) = 81+185+180=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #51B9B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B9B4 is #AE464B. Grayscale: #999999. Windows color (decimal): -11421260 or 11843921. OLE color: 11843921.
HSL color Cylindrical-coordinate representation of color #51B9B4: hue angle of 177.12º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B9B4 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 185 | 180 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.27 |
| HSL | 177.12º | 0.43% | 0.52% | - |
| HSV(B) | 177.12º | 0.56% | 0.73% | - |
| XYZ | 28.98 | 39.74 | 49.32 | - |
| YUV | 153.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 185 | 180 | 0.56 | 0 | 0.03 | 0.27 | 177.12 | 0.43 | 0.52 |
| Hex | 51 | B9 | B4 | 38 | 0 | 3 | 1B | B1 | 2B | 34 |
| Octal | 121 | 271 | 264 | 70 | 0 | 3 | 33 | 261 | 53 | 64 |
| Binary | 1010001 | 10111001 | 10110100 | 111000 | 0 | 11 | 11011 | 10110001 | 101011 | 110100 |
Color Harmonies of #51B9B4
Complementary color
Monochromatic Colors of #51B9B4
Black with #51B9B4
Text Example
Text Example
White with #51B9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B9B4; }
p { color: rgb(81,185,180); }
H1.HeaderClassName
{
color: #51B9B4;
}
.AnyTagClassName
{
color: #51B9B4;
}
</style>
background-color css
<style>
a { background-color: #51B9B4; }
a { background-color: rgb(81,185,180); }
div.DivClassName
{
background-color: #51B9B4;
}
.BgClassName
{
background-color: #51B9B4;
}
</style>
border-color css
<style>
span { border-color: #51B9B4; }
span { border-color: rgb(81,185,180); }
td.TdClassName
{
border-color: #51B9B4;
}
.TagClassName
{
border-color: #51B9B4;
}
</style>