Shades of Puerto Rico #5BBDAB
Tints of Puerto Rico #5BBDAB
RGB
CMYK
RGB Variations
Color information
#5BBDAB (or 0x5BBDAB) is known color: Puerto Rico. HEX triplet: 5B, BD and AB. RGB value is (91,189,171). Sum of RGB (Red+Green+Blue) = 91+189+171=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBDAB is #A44254. Grayscale: #9D9D9D. Windows color (decimal): -10764885 or 11255131. OLE color: 11255131.
HSL color Cylindrical-coordinate representation of color #5BBDAB: hue angle of 168.98º 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 #5BBDAB is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 171 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.26 |
| HSL | 168.98º | 0.43% | 0.55% | - |
| HSV(B) | 168.98º | 0.52% | 0.74% | - |
| XYZ | 29.86 | 41.56 | 44.98 | - |
| YUV | 157.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 171 | 0.52 | 0 | 0.10 | 0.26 | 168.98 | 0.43 | 0.55 |
| Hex | 5B | BD | AB | 34 | 0 | A | 1A | A9 | 2B | 37 |
| Octal | 133 | 275 | 253 | 64 | 0 | 12 | 32 | 251 | 53 | 67 |
| Binary | 1011011 | 10111101 | 10101011 | 110100 | 0 | 1010 | 11010 | 10101001 | 101011 | 110111 |
Color Harmonies of #5BBDAB
Complementary color
Monochromatic Colors of #5BBDAB
Black with #5BBDAB
Text Example
Text Example
White with #5BBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBDAB; }
p { color: rgb(91,189,171); }
H1.HeaderClassName
{
color: #5BBDAB;
}
.AnyTagClassName
{
color: #5BBDAB;
}
</style>
background-color css
<style>
a { background-color: #5BBDAB; }
a { background-color: rgb(91,189,171); }
div.DivClassName
{
background-color: #5BBDAB;
}
.BgClassName
{
background-color: #5BBDAB;
}
</style>
border-color css
<style>
span { border-color: #5BBDAB; }
span { border-color: rgb(91,189,171); }
td.TdClassName
{
border-color: #5BBDAB;
}
.TagClassName
{
border-color: #5BBDAB;
}
</style>