Shades of Puerto Rico #5DBBAB
Tints of Puerto Rico #5DBBAB
RGB
CMYK
RGB Variations
Color information
#5DBBAB (or 0x5DBBAB) is known color: Puerto Rico. HEX triplet: 5D, BB and AB. RGB value is (93,187,171). Sum of RGB (Red+Green+Blue) = 93+187+171=451 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.62% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBBAB is #A24454. Grayscale: #9D9D9D. Windows color (decimal): -10634325 or 11254621. OLE color: 11254621.
HSL color Cylindrical-coordinate representation of color #5DBBAB: hue angle of 169.79º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBBAB is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 171 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.27 |
| HSL | 169.79º | 0.41% | 0.55% | - |
| HSV(B) | 169.79º | 0.5% | 0.73% | - |
| XYZ | 29.64 | 40.81 | 44.84 | - |
| YUV | 157.07 | 135.86 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 171 | 0.50 | 0 | 0.09 | 0.27 | 169.79 | 0.41 | 0.55 |
| Hex | 5D | BB | AB | 32 | 0 | 9 | 1B | AA | 29 | 37 |
| Octal | 135 | 273 | 253 | 62 | 0 | 11 | 33 | 252 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10101011 | 110010 | 0 | 1001 | 11011 | 10101010 | 101001 | 110111 |
Color Harmonies of #5DBBAB
Complementary color
Monochromatic Colors of #5DBBAB
Black with #5DBBAB
Text Example
Text Example
White with #5DBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBAB; }
p { color: rgb(93,187,171); }
H1.HeaderClassName
{
color: #5DBBAB;
}
.AnyTagClassName
{
color: #5DBBAB;
}
</style>
background-color css
<style>
a { background-color: #5DBBAB; }
a { background-color: rgb(93,187,171); }
div.DivClassName
{
background-color: #5DBBAB;
}
.BgClassName
{
background-color: #5DBBAB;
}
</style>
border-color css
<style>
span { border-color: #5DBBAB; }
span { border-color: rgb(93,187,171); }
td.TdClassName
{
border-color: #5DBBAB;
}
.TagClassName
{
border-color: #5DBBAB;
}
</style>