Shades of Puerto Rico #5BB8A1
Tints of Puerto Rico #5BB8A1
RGB
CMYK
RGB Variations
Color information
#5BB8A1 (or 0x5BB8A1) is known color: Puerto Rico. HEX triplet: 5B, B8 and A1. RGB value is (91,184,161). Sum of RGB (Red+Green+Blue) = 91+184+161=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #5BB8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB8A1 is #A4475E. Grayscale: #999999. Windows color (decimal): -10766175 or 10598491. OLE color: 10598491.
HSL color Cylindrical-coordinate representation of color #5BB8A1: hue angle of 165.16º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BB8A1 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 184 | 161 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.28 |
| HSL | 165.16º | 0.4% | 0.54% | - |
| HSV(B) | 165.16º | 0.51% | 0.72% | - |
| XYZ | 27.89 | 39.08 | 39.79 | - |
| YUV | 153.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 184 | 161 | 0.51 | 0 | 0.12 | 0.28 | 165.16 | 0.4 | 0.54 |
| Hex | 5B | B8 | A1 | 33 | 0 | C | 1C | A5 | 28 | 36 |
| Octal | 133 | 270 | 241 | 63 | 0 | 14 | 34 | 245 | 50 | 66 |
| Binary | 1011011 | 10111000 | 10100001 | 110011 | 0 | 1100 | 11100 | 10100101 | 101000 | 110110 |
Color Harmonies of #5BB8A1
Complementary color
Monochromatic Colors of #5BB8A1
Black with #5BB8A1
Text Example
Text Example
White with #5BB8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB8A1; }
p { color: rgb(91,184,161); }
H1.HeaderClassName
{
color: #5BB8A1;
}
.AnyTagClassName
{
color: #5BB8A1;
}
</style>
background-color css
<style>
a { background-color: #5BB8A1; }
a { background-color: rgb(91,184,161); }
div.DivClassName
{
background-color: #5BB8A1;
}
.BgClassName
{
background-color: #5BB8A1;
}
</style>
border-color css
<style>
span { border-color: #5BB8A1; }
span { border-color: rgb(91,184,161); }
td.TdClassName
{
border-color: #5BB8A1;
}
.TagClassName
{
border-color: #5BB8A1;
}
</style>