Shades of Puerto Rico #5BBCA1
Tints of Puerto Rico #5BBCA1
RGB
CMYK
RGB Variations
Color information
#5BBCA1 (or 0x5BBCA1) is known color: Puerto Rico. HEX triplet: 5B, BC and A1. RGB value is (91,188,161). Sum of RGB (Red+Green+Blue) = 91+188+161=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBCA1 is #A4435E. Grayscale: #9B9B9B. Windows color (decimal): -10765151 or 10599515. OLE color: 10599515.
HSL color Cylindrical-coordinate representation of color #5BBCA1: hue angle of 163.3º 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 #5BBCA1 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 161 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.26 |
| HSL | 163.3º | 0.42% | 0.55% | - |
| HSV(B) | 163.3º | 0.52% | 0.74% | - |
| XYZ | 28.73 | 40.76 | 40.07 | - |
| YUV | 155.92 | 130.86 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 161 | 0.52 | 0 | 0.14 | 0.26 | 163.3 | 0.42 | 0.55 |
| Hex | 5B | BC | A1 | 34 | 0 | E | 1A | A3 | 2A | 37 |
| Octal | 133 | 274 | 241 | 64 | 0 | 16 | 32 | 243 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10100001 | 110100 | 0 | 1110 | 11010 | 10100011 | 101010 | 110111 |
Color Harmonies of #5BBCA1
Complementary color
Monochromatic Colors of #5BBCA1
Black with #5BBCA1
Text Example
Text Example
White with #5BBCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCA1; }
p { color: rgb(91,188,161); }
H1.HeaderClassName
{
color: #5BBCA1;
}
.AnyTagClassName
{
color: #5BBCA1;
}
</style>
background-color css
<style>
a { background-color: #5BBCA1; }
a { background-color: rgb(91,188,161); }
div.DivClassName
{
background-color: #5BBCA1;
}
.BgClassName
{
background-color: #5BBCA1;
}
</style>
border-color css
<style>
span { border-color: #5BBCA1; }
span { border-color: rgb(91,188,161); }
td.TdClassName
{
border-color: #5BBCA1;
}
.TagClassName
{
border-color: #5BBCA1;
}
</style>