Shades of Puerto Rico #51CAB0
Tints of Puerto Rico #51CAB0
RGB
CMYK
RGB Variations
Color information
#51CAB0 (or 0x51CAB0) is known color: Puerto Rico. HEX triplet: 51, CA and B0. RGB value is (81,202,176). Sum of RGB (Red+Green+Blue) = 81+202+176=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #51CAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CAB0 is #AE354F. Grayscale: #A2A2A2. Windows color (decimal): -11416912 or 11586129. OLE color: 11586129.
HSL color Cylindrical-coordinate representation of color #51CAB0: hue angle of 167.11º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CAB0 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 202 | 176 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.21 |
| HSL | 167.11º | 0.53% | 0.55% | - |
| HSV(B) | 167.11º | 0.6% | 0.79% | - |
| XYZ | 32.35 | 47.12 | 48.47 | - |
| YUV | 162.86 | 135.41 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 202 | 176 | 0.60 | 0 | 0.13 | 0.21 | 167.11 | 0.53 | 0.55 |
| Hex | 51 | CA | B0 | 3C | 0 | D | 15 | A7 | 35 | 37 |
| Octal | 121 | 312 | 260 | 74 | 0 | 15 | 25 | 247 | 65 | 67 |
| Binary | 1010001 | 11001010 | 10110000 | 111100 | 0 | 1101 | 10101 | 10100111 | 110101 | 110111 |
Color Harmonies of #51CAB0
Complementary color
Monochromatic Colors of #51CAB0
Black with #51CAB0
Text Example
Text Example
White with #51CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CAB0; }
p { color: rgb(81,202,176); }
H1.HeaderClassName
{
color: #51CAB0;
}
.AnyTagClassName
{
color: #51CAB0;
}
</style>
background-color css
<style>
a { background-color: #51CAB0; }
a { background-color: rgb(81,202,176); }
div.DivClassName
{
background-color: #51CAB0;
}
.BgClassName
{
background-color: #51CAB0;
}
</style>
border-color css
<style>
span { border-color: #51CAB0; }
span { border-color: rgb(81,202,176); }
td.TdClassName
{
border-color: #51CAB0;
}
.TagClassName
{
border-color: #51CAB0;
}
</style>