Shades of Puerto Rico #51CCB0
Tints of Puerto Rico #51CCB0
RGB
CMYK
RGB Variations
Color information
#51CCB0 (or 0x51CCB0) is known color: Puerto Rico. HEX triplet: 51, CC and B0. RGB value is (81,204,176). Sum of RGB (Red+Green+Blue) = 81+204+176=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #51CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CCB0 is #AE334F. Grayscale: #A4A4A4. Windows color (decimal): -11416400 or 11586641. OLE color: 11586641.
HSL color Cylindrical-coordinate representation of color #51CCB0: hue angle of 166.34º degrees, saturation: 0.55, 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 #51CCB0 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 204 | 176 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.2 |
| HSL | 166.34º | 0.55% | 0.56% | - |
| HSV(B) | 166.34º | 0.6% | 0.8% | - |
| XYZ | 32.82 | 48.07 | 48.62 | - |
| YUV | 164.03 | 134.75 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 204 | 176 | 0.60 | 0 | 0.14 | 0.2 | 166.34 | 0.55 | 0.56 |
| Hex | 51 | CC | B0 | 3C | 0 | E | 14 | A6 | 37 | 38 |
| Octal | 121 | 314 | 260 | 74 | 0 | 16 | 24 | 246 | 67 | 70 |
| Binary | 1010001 | 11001100 | 10110000 | 111100 | 0 | 1110 | 10100 | 10100110 | 110111 | 111000 |
Color Harmonies of #51CCB0
Complementary color
Monochromatic Colors of #51CCB0
Black with #51CCB0
Text Example
Text Example
White with #51CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CCB0; }
p { color: rgb(81,204,176); }
H1.HeaderClassName
{
color: #51CCB0;
}
.AnyTagClassName
{
color: #51CCB0;
}
</style>
background-color css
<style>
a { background-color: #51CCB0; }
a { background-color: rgb(81,204,176); }
div.DivClassName
{
background-color: #51CCB0;
}
.BgClassName
{
background-color: #51CCB0;
}
</style>
border-color css
<style>
span { border-color: #51CCB0; }
span { border-color: rgb(81,204,176); }
td.TdClassName
{
border-color: #51CCB0;
}
.TagClassName
{
border-color: #51CCB0;
}
</style>