Shades of Puerto Rico #51BDB4
Tints of Puerto Rico #51BDB4
RGB
CMYK
RGB Variations
Color information
#51BDB4 (or 0x51BDB4) is known color: Puerto Rico. HEX triplet: 51, BD and B4. RGB value is (81,189,180). Sum of RGB (Red+Green+Blue) = 81+189+180=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #51BDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BDB4 is #AE424B. Grayscale: #9B9B9B. Windows color (decimal): -11420236 or 11844945. OLE color: 11844945.
HSL color Cylindrical-coordinate representation of color #51BDB4: hue angle of 175º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BDB4 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 189 | 180 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.26 |
| HSL | 175º | 0.45% | 0.53% | - |
| HSV(B) | 175º | 0.57% | 0.74% | - |
| XYZ | 29.83 | 41.44 | 49.61 | - |
| YUV | 155.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 189 | 180 | 0.57 | 0 | 0.05 | 0.26 | 175 | 0.45 | 0.53 |
| Hex | 51 | BD | B4 | 39 | 0 | 5 | 1A | AF | 2D | 35 |
| Octal | 121 | 275 | 264 | 71 | 0 | 5 | 32 | 257 | 55 | 65 |
| Binary | 1010001 | 10111101 | 10110100 | 111001 | 0 | 101 | 11010 | 10101111 | 101101 | 110101 |
Color Harmonies of #51BDB4
Complementary color
Monochromatic Colors of #51BDB4
Black with #51BDB4
Text Example
Text Example
White with #51BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BDB4; }
p { color: rgb(81,189,180); }
H1.HeaderClassName
{
color: #51BDB4;
}
.AnyTagClassName
{
color: #51BDB4;
}
</style>
background-color css
<style>
a { background-color: #51BDB4; }
a { background-color: rgb(81,189,180); }
div.DivClassName
{
background-color: #51BDB4;
}
.BgClassName
{
background-color: #51BDB4;
}
</style>
border-color css
<style>
span { border-color: #51BDB4; }
span { border-color: rgb(81,189,180); }
td.TdClassName
{
border-color: #51BDB4;
}
.TagClassName
{
border-color: #51BDB4;
}
</style>