Shades of Puerto Rico #5BBFAB
Tints of Puerto Rico #5BBFAB
RGB
CMYK
RGB Variations
Color information
#5BBFAB (or 0x5BBFAB) is known color: Puerto Rico. HEX triplet: 5B, BF and AB. RGB value is (91,191,171). Sum of RGB (Red+Green+Blue) = 91+191+171=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #5BBFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBFAB is #A44054. Grayscale: #9E9E9E. Windows color (decimal): -10764373 or 11255643. OLE color: 11255643.
HSL color Cylindrical-coordinate representation of color #5BBFAB: hue angle of 168º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBFAB is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 191 | 171 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.25 |
| HSL | 168º | 0.44% | 0.55% | - |
| HSV(B) | 168º | 0.52% | 0.75% | - |
| XYZ | 30.3 | 42.43 | 45.12 | - |
| YUV | 158.82 | 134.87 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 191 | 171 | 0.52 | 0 | 0.10 | 0.25 | 168 | 0.44 | 0.55 |
| Hex | 5B | BF | AB | 34 | 0 | A | 19 | A8 | 2C | 37 |
| Octal | 133 | 277 | 253 | 64 | 0 | 12 | 31 | 250 | 54 | 67 |
| Binary | 1011011 | 10111111 | 10101011 | 110100 | 0 | 1010 | 11001 | 10101000 | 101100 | 110111 |
Color Harmonies of #5BBFAB
Complementary color
Monochromatic Colors of #5BBFAB
Black with #5BBFAB
Text Example
Text Example
White with #5BBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBFAB; }
p { color: rgb(91,191,171); }
H1.HeaderClassName
{
color: #5BBFAB;
}
.AnyTagClassName
{
color: #5BBFAB;
}
</style>
background-color css
<style>
a { background-color: #5BBFAB; }
a { background-color: rgb(91,191,171); }
div.DivClassName
{
background-color: #5BBFAB;
}
.BgClassName
{
background-color: #5BBFAB;
}
</style>
border-color css
<style>
span { border-color: #5BBFAB; }
span { border-color: rgb(91,191,171); }
td.TdClassName
{
border-color: #5BBFAB;
}
.TagClassName
{
border-color: #5BBFAB;
}
</style>