Shades of Puerto Rico #5BB89F
Tints of Puerto Rico #5BB89F
RGB
CMYK
RGB Variations
Color information
#5BB89F (or 0x5BB89F) is known color: Puerto Rico. HEX triplet: 5B, B8 and 9F. RGB value is (91,184,159). Sum of RGB (Red+Green+Blue) = 91+184+159=434 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.97% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 184 - color contains mainly: green. Hex color #5BB89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB89F is #A44760. Grayscale: #999999. Windows color (decimal): -10766177 or 10467419. OLE color: 10467419.
HSL color Cylindrical-coordinate representation of color #5BB89F: hue angle of 163.87º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BB89F is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 184 | 159 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.28 |
| HSL | 163.87º | 0.4% | 0.54% | - |
| HSV(B) | 163.87º | 0.51% | 0.72% | - |
| XYZ | 27.71 | 39.01 | 38.87 | - |
| YUV | 153.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 184 | 159 | 0.51 | 0 | 0.14 | 0.28 | 163.87 | 0.4 | 0.54 |
| Hex | 5B | B8 | 9F | 33 | 0 | E | 1C | A4 | 28 | 36 |
| Octal | 133 | 270 | 237 | 63 | 0 | 16 | 34 | 244 | 50 | 66 |
| Binary | 1011011 | 10111000 | 10011111 | 110011 | 0 | 1110 | 11100 | 10100100 | 101000 | 110110 |
Color Harmonies of #5BB89F
Complementary color
Monochromatic Colors of #5BB89F
Black with #5BB89F
Text Example
Text Example
White with #5BB89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB89F; }
p { color: rgb(91,184,159); }
H1.HeaderClassName
{
color: #5BB89F;
}
.AnyTagClassName
{
color: #5BB89F;
}
</style>
background-color css
<style>
a { background-color: #5BB89F; }
a { background-color: rgb(91,184,159); }
div.DivClassName
{
background-color: #5BB89F;
}
.BgClassName
{
background-color: #5BB89F;
}
</style>
border-color css
<style>
span { border-color: #5BB89F; }
span { border-color: rgb(91,184,159); }
td.TdClassName
{
border-color: #5BB89F;
}
.TagClassName
{
border-color: #5BB89F;
}
</style>