Shades of Puerto Rico #5BBCA5
Tints of Puerto Rico #5BBCA5
RGB
CMYK
RGB Variations
Color information
#5BBCA5 (or 0x5BBCA5) is known color: Puerto Rico. HEX triplet: 5B, BC and A5. RGB value is (91,188,165). Sum of RGB (Red+Green+Blue) = 91+188+165=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBCA5 is #A4435A. Grayscale: #9C9C9C. Windows color (decimal): -10765147 or 10861659. OLE color: 10861659.
HSL color Cylindrical-coordinate representation of color #5BBCA5: hue angle of 165.77º 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 #5BBCA5 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 165 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.26 |
| HSL | 165.77º | 0.42% | 0.55% | - |
| HSV(B) | 165.77º | 0.52% | 0.74% | - |
| XYZ | 29.09 | 40.91 | 41.96 | - |
| YUV | 156.38 | 132.86 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 165 | 0.52 | 0 | 0.12 | 0.26 | 165.77 | 0.42 | 0.55 |
| Hex | 5B | BC | A5 | 34 | 0 | C | 1A | A6 | 2A | 37 |
| Octal | 133 | 274 | 245 | 64 | 0 | 14 | 32 | 246 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10100101 | 110100 | 0 | 1100 | 11010 | 10100110 | 101010 | 110111 |
Color Harmonies of #5BBCA5
Complementary color
Monochromatic Colors of #5BBCA5
Black with #5BBCA5
Text Example
Text Example
White with #5BBCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCA5; }
p { color: rgb(91,188,165); }
H1.HeaderClassName
{
color: #5BBCA5;
}
.AnyTagClassName
{
color: #5BBCA5;
}
</style>
background-color css
<style>
a { background-color: #5BBCA5; }
a { background-color: rgb(91,188,165); }
div.DivClassName
{
background-color: #5BBCA5;
}
.BgClassName
{
background-color: #5BBCA5;
}
</style>
border-color css
<style>
span { border-color: #5BBCA5; }
span { border-color: rgb(91,188,165); }
td.TdClassName
{
border-color: #5BBCA5;
}
.TagClassName
{
border-color: #5BBCA5;
}
</style>