Shades of Puerto Rico #5BB8AB
Tints of Puerto Rico #5BB8AB
RGB
CMYK
RGB Variations
Color information
#5BB8AB (or 0x5BB8AB) is known color: Puerto Rico. HEX triplet: 5B, B8 and AB. RGB value is (91,184,171). Sum of RGB (Red+Green+Blue) = 91+184+171=446 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.40% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 184 - color contains mainly: green. Hex color #5BB8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB8AB is #A44754. Grayscale: #9A9A9A. Windows color (decimal): -10766165 or 11253851. OLE color: 11253851.
HSL color Cylindrical-coordinate representation of color #5BB8AB: hue angle of 171.61º 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 #5BB8AB is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 184 | 171 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.28 |
| HSL | 171.61º | 0.4% | 0.54% | - |
| HSV(B) | 171.61º | 0.51% | 0.72% | - |
| XYZ | 28.81 | 39.45 | 44.62 | - |
| YUV | 154.71 | 137.19 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 184 | 171 | 0.51 | 0 | 0.07 | 0.28 | 171.61 | 0.4 | 0.54 |
| Hex | 5B | B8 | AB | 33 | 0 | 7 | 1C | AC | 28 | 36 |
| Octal | 133 | 270 | 253 | 63 | 0 | 7 | 34 | 254 | 50 | 66 |
| Binary | 1011011 | 10111000 | 10101011 | 110011 | 0 | 111 | 11100 | 10101100 | 101000 | 110110 |
Color Harmonies of #5BB8AB
Complementary color
Monochromatic Colors of #5BB8AB
Black with #5BB8AB
Text Example
Text Example
White with #5BB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB8AB; }
p { color: rgb(91,184,171); }
H1.HeaderClassName
{
color: #5BB8AB;
}
.AnyTagClassName
{
color: #5BB8AB;
}
</style>
background-color css
<style>
a { background-color: #5BB8AB; }
a { background-color: rgb(91,184,171); }
div.DivClassName
{
background-color: #5BB8AB;
}
.BgClassName
{
background-color: #5BB8AB;
}
</style>
border-color css
<style>
span { border-color: #5BB8AB; }
span { border-color: rgb(91,184,171); }
td.TdClassName
{
border-color: #5BB8AB;
}
.TagClassName
{
border-color: #5BB8AB;
}
</style>