Shades of Puerto Rico #5BBCAB
Tints of Puerto Rico #5BBCAB
RGB
CMYK
RGB Variations
Color information
#5BBCAB (or 0x5BBCAB) is known color: Puerto Rico. HEX triplet: 5B, BC and AB. RGB value is (91,188,171). Sum of RGB (Red+Green+Blue) = 91+188+171=450 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.22% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBCAB is #A44354. Grayscale: #9D9D9D. Windows color (decimal): -10765141 or 11254875. OLE color: 11254875.
HSL color Cylindrical-coordinate representation of color #5BBCAB: hue angle of 169.48º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBCAB is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 171 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.26 |
| HSL | 169.48º | 0.42% | 0.55% | - |
| HSV(B) | 169.48º | 0.52% | 0.74% | - |
| XYZ | 29.65 | 41.13 | 44.9 | - |
| YUV | 157.06 | 135.86 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 171 | 0.52 | 0 | 0.09 | 0.26 | 169.48 | 0.42 | 0.55 |
| Hex | 5B | BC | AB | 34 | 0 | 9 | 1A | A9 | 2A | 37 |
| Octal | 133 | 274 | 253 | 64 | 0 | 11 | 32 | 251 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10101011 | 110100 | 0 | 1001 | 11010 | 10101001 | 101010 | 110111 |
Color Harmonies of #5BBCAB
Complementary color
Monochromatic Colors of #5BBCAB
Black with #5BBCAB
Text Example
Text Example
White with #5BBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCAB; }
p { color: rgb(91,188,171); }
H1.HeaderClassName
{
color: #5BBCAB;
}
.AnyTagClassName
{
color: #5BBCAB;
}
</style>
background-color css
<style>
a { background-color: #5BBCAB; }
a { background-color: rgb(91,188,171); }
div.DivClassName
{
background-color: #5BBCAB;
}
.BgClassName
{
background-color: #5BBCAB;
}
</style>
border-color css
<style>
span { border-color: #5BBCAB; }
span { border-color: rgb(91,188,171); }
td.TdClassName
{
border-color: #5BBCAB;
}
.TagClassName
{
border-color: #5BBCAB;
}
</style>