Shades of Puerto Rico #5BBCA4
Tints of Puerto Rico #5BBCA4
RGB
CMYK
RGB Variations
Color information
#5BBCA4 (or 0x5BBCA4) is known color: Puerto Rico. HEX triplet: 5B, BC and A4. RGB value is (91,188,164). Sum of RGB (Red+Green+Blue) = 91+188+164=443 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.54% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBCA4 is #A4435B. Grayscale: #9C9C9C. Windows color (decimal): -10765148 or 10796123. OLE color: 10796123.
HSL color Cylindrical-coordinate representation of color #5BBCA4: hue angle of 165.15º 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 #5BBCA4 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 164 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.26 |
| HSL | 165.15º | 0.42% | 0.55% | - |
| HSV(B) | 165.15º | 0.52% | 0.74% | - |
| XYZ | 29 | 40.87 | 41.48 | - |
| YUV | 156.26 | 132.36 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 164 | 0.52 | 0 | 0.13 | 0.26 | 165.15 | 0.42 | 0.55 |
| Hex | 5B | BC | A4 | 34 | 0 | D | 1A | A5 | 2A | 37 |
| Octal | 133 | 274 | 244 | 64 | 0 | 15 | 32 | 245 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10100100 | 110100 | 0 | 1101 | 11010 | 10100101 | 101010 | 110111 |
Color Harmonies of #5BBCA4
Complementary color
Monochromatic Colors of #5BBCA4
Black with #5BBCA4
Text Example
Text Example
White with #5BBCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCA4; }
p { color: rgb(91,188,164); }
H1.HeaderClassName
{
color: #5BBCA4;
}
.AnyTagClassName
{
color: #5BBCA4;
}
</style>
background-color css
<style>
a { background-color: #5BBCA4; }
a { background-color: rgb(91,188,164); }
div.DivClassName
{
background-color: #5BBCA4;
}
.BgClassName
{
background-color: #5BBCA4;
}
</style>
border-color css
<style>
span { border-color: #5BBCA4; }
span { border-color: rgb(91,188,164); }
td.TdClassName
{
border-color: #5BBCA4;
}
.TagClassName
{
border-color: #5BBCA4;
}
</style>