Shades of Puerto Rico #5BBCA8
Tints of Puerto Rico #5BBCA8
RGB
CMYK
RGB Variations
Color information
#5BBCA8 (or 0x5BBCA8) is known color: Puerto Rico. HEX triplet: 5B, BC and A8. RGB value is (91,188,168). Sum of RGB (Red+Green+Blue) = 91+188+168=447 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.36% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBCA8 is #A44357. Grayscale: #9C9C9C. Windows color (decimal): -10765144 or 11058267. OLE color: 11058267.
HSL color Cylindrical-coordinate representation of color #5BBCA8: hue angle of 167.63º 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 #5BBCA8 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 168 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.26 |
| HSL | 167.63º | 0.42% | 0.55% | - |
| HSV(B) | 167.63º | 0.52% | 0.74% | - |
| XYZ | 29.37 | 41.02 | 43.42 | - |
| YUV | 156.72 | 134.36 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 168 | 0.52 | 0 | 0.11 | 0.26 | 167.63 | 0.42 | 0.55 |
| Hex | 5B | BC | A8 | 34 | 0 | B | 1A | A8 | 2A | 37 |
| Octal | 133 | 274 | 250 | 64 | 0 | 13 | 32 | 250 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10101000 | 110100 | 0 | 1011 | 11010 | 10101000 | 101010 | 110111 |
Color Harmonies of #5BBCA8
Complementary color
Monochromatic Colors of #5BBCA8
Black with #5BBCA8
Text Example
Text Example
White with #5BBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCA8; }
p { color: rgb(91,188,168); }
H1.HeaderClassName
{
color: #5BBCA8;
}
.AnyTagClassName
{
color: #5BBCA8;
}
</style>
background-color css
<style>
a { background-color: #5BBCA8; }
a { background-color: rgb(91,188,168); }
div.DivClassName
{
background-color: #5BBCA8;
}
.BgClassName
{
background-color: #5BBCA8;
}
</style>
border-color css
<style>
span { border-color: #5BBCA8; }
span { border-color: rgb(91,188,168); }
td.TdClassName
{
border-color: #5BBCA8;
}
.TagClassName
{
border-color: #5BBCA8;
}
</style>