Shades of Puerto Rico #5BBDA6
Tints of Puerto Rico #5BBDA6
RGB
CMYK
RGB Variations
Color information
#5BBDA6 (or 0x5BBDA6) is known color: Puerto Rico. HEX triplet: 5B, BD and A6. RGB value is (91,189,166). Sum of RGB (Red+Green+Blue) = 91+189+166=446 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.40% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBDA6 is #A44259. Grayscale: #9D9D9D. Windows color (decimal): -10764890 or 10927451. OLE color: 10927451.
HSL color Cylindrical-coordinate representation of color #5BBDA6: hue angle of 165.92º degrees, saturation: 0.43, 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 #5BBDA6 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 166 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.26 |
| HSL | 165.92º | 0.43% | 0.55% | - |
| HSV(B) | 165.92º | 0.52% | 0.74% | - |
| XYZ | 29.39 | 41.37 | 42.51 | - |
| YUV | 157.08 | 133.03 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 166 | 0.52 | 0 | 0.12 | 0.26 | 165.92 | 0.43 | 0.55 |
| Hex | 5B | BD | A6 | 34 | 0 | C | 1A | A6 | 2B | 37 |
| Octal | 133 | 275 | 246 | 64 | 0 | 14 | 32 | 246 | 53 | 67 |
| Binary | 1011011 | 10111101 | 10100110 | 110100 | 0 | 1100 | 11010 | 10100110 | 101011 | 110111 |
Color Harmonies of #5BBDA6
Complementary color
Monochromatic Colors of #5BBDA6
Black with #5BBDA6
Text Example
Text Example
White with #5BBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBDA6; }
p { color: rgb(91,189,166); }
H1.HeaderClassName
{
color: #5BBDA6;
}
.AnyTagClassName
{
color: #5BBDA6;
}
</style>
background-color css
<style>
a { background-color: #5BBDA6; }
a { background-color: rgb(91,189,166); }
div.DivClassName
{
background-color: #5BBDA6;
}
.BgClassName
{
background-color: #5BBDA6;
}
</style>
border-color css
<style>
span { border-color: #5BBDA6; }
span { border-color: rgb(91,189,166); }
td.TdClassName
{
border-color: #5BBDA6;
}
.TagClassName
{
border-color: #5BBDA6;
}
</style>