Shades of Puerto Rico #5BBCAA
Tints of Puerto Rico #5BBCAA
RGB
CMYK
RGB Variations
Color information
#5BBCAA (or 0x5BBCAA) is known color: Puerto Rico. HEX triplet: 5B, BC and AA. RGB value is (91,188,170). Sum of RGB (Red+Green+Blue) = 91+188+170=449 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.27% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBCAA is #A44355. Grayscale: #9C9C9C. Windows color (decimal): -10765142 or 11189339. OLE color: 11189339.
HSL color Cylindrical-coordinate representation of color #5BBCAA: hue angle of 168.87º 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 #5BBCAA is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 170 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.26 |
| HSL | 168.87º | 0.42% | 0.55% | - |
| HSV(B) | 168.87º | 0.52% | 0.74% | - |
| XYZ | 29.55 | 41.09 | 44.4 | - |
| YUV | 156.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 170 | 0.52 | 0 | 0.10 | 0.26 | 168.87 | 0.42 | 0.55 |
| Hex | 5B | BC | AA | 34 | 0 | A | 1A | A9 | 2A | 37 |
| Octal | 133 | 274 | 252 | 64 | 0 | 12 | 32 | 251 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10101010 | 110100 | 0 | 1010 | 11010 | 10101001 | 101010 | 110111 |
Color Harmonies of #5BBCAA
Complementary color
Monochromatic Colors of #5BBCAA
Black with #5BBCAA
Text Example
Text Example
White with #5BBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCAA; }
p { color: rgb(91,188,170); }
H1.HeaderClassName
{
color: #5BBCAA;
}
.AnyTagClassName
{
color: #5BBCAA;
}
</style>
background-color css
<style>
a { background-color: #5BBCAA; }
a { background-color: rgb(91,188,170); }
div.DivClassName
{
background-color: #5BBCAA;
}
.BgClassName
{
background-color: #5BBCAA;
}
</style>
border-color css
<style>
span { border-color: #5BBCAA; }
span { border-color: rgb(91,188,170); }
td.TdClassName
{
border-color: #5BBCAA;
}
.TagClassName
{
border-color: #5BBCAA;
}
</style>