Shades of Puerto Rico #5BBAA6
Tints of Puerto Rico #5BBAA6
RGB
CMYK
RGB Variations
Color information
#5BBAA6 (or 0x5BBAA6) is known color: Puerto Rico. HEX triplet: 5B, BA and A6. RGB value is (91,186,166). Sum of RGB (Red+Green+Blue) = 91+186+166=443 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.54% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #5BBAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBAA6 is #A44559. Grayscale: #9B9B9B. Windows color (decimal): -10765658 or 10926683. OLE color: 10926683.
HSL color Cylindrical-coordinate representation of color #5BBAA6: hue angle of 167.37º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BBAA6 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 186 | 166 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.27 |
| HSL | 167.37º | 0.41% | 0.54% | - |
| HSV(B) | 167.37º | 0.51% | 0.73% | - |
| XYZ | 28.76 | 40.1 | 42.3 | - |
| YUV | 155.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 166 | 0.51 | 0 | 0.11 | 0.27 | 167.37 | 0.41 | 0.54 |
| Hex | 5B | BA | A6 | 33 | 0 | B | 1B | A7 | 29 | 36 |
| Octal | 133 | 272 | 246 | 63 | 0 | 13 | 33 | 247 | 51 | 66 |
| Binary | 1011011 | 10111010 | 10100110 | 110011 | 0 | 1011 | 11011 | 10100111 | 101001 | 110110 |
Color Harmonies of #5BBAA6
Complementary color
Monochromatic Colors of #5BBAA6
Black with #5BBAA6
Text Example
Text Example
White with #5BBAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBAA6; }
p { color: rgb(91,186,166); }
H1.HeaderClassName
{
color: #5BBAA6;
}
.AnyTagClassName
{
color: #5BBAA6;
}
</style>
background-color css
<style>
a { background-color: #5BBAA6; }
a { background-color: rgb(91,186,166); }
div.DivClassName
{
background-color: #5BBAA6;
}
.BgClassName
{
background-color: #5BBAA6;
}
</style>
border-color css
<style>
span { border-color: #5BBAA6; }
span { border-color: rgb(91,186,166); }
td.TdClassName
{
border-color: #5BBAA6;
}
.TagClassName
{
border-color: #5BBAA6;
}
</style>