Shades of Puerto Rico #5DBAA6
Tints of Puerto Rico #5DBAA6
RGB
CMYK
RGB Variations
Color information
#5DBAA6 (or 0x5DBAA6) is known color: Puerto Rico. HEX triplet: 5D, BA and A6. RGB value is (93,186,166). Sum of RGB (Red+Green+Blue) = 93+186+166=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBAA6 is #A24559. Grayscale: #9B9B9B. Windows color (decimal): -10634586 or 10926685. OLE color: 10926685.
HSL color Cylindrical-coordinate representation of color #5DBAA6: hue angle of 167.1º degrees, saturation: 0.4, 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 #5DBAA6 is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 166 | - |
| CMYK | 0.5 | 0 | 0.11 | 0.27 |
| HSL | 167.1º | 0.4% | 0.55% | - |
| HSV(B) | 167.1º | 0.5% | 0.73% | - |
| XYZ | 28.96 | 40.2 | 42.31 | - |
| YUV | 155.91 | 133.69 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 166 | 0.5 | 0 | 0.11 | 0.27 | 167.1 | 0.4 | 0.55 |
| Hex | 5D | BA | A6 | 32 | 0 | B | 1B | A7 | 28 | 37 |
| Octal | 135 | 272 | 246 | 62 | 0 | 13 | 33 | 247 | 50 | 67 |
| Binary | 1011101 | 10111010 | 10100110 | 110010 | 0 | 1011 | 11011 | 10100111 | 101000 | 110111 |
Color Harmonies of #5DBAA6
Complementary color
Monochromatic Colors of #5DBAA6
Black with #5DBAA6
Text Example
Text Example
White with #5DBAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBAA6; }
p { color: rgb(93,186,166); }
H1.HeaderClassName
{
color: #5DBAA6;
}
.AnyTagClassName
{
color: #5DBAA6;
}
</style>
background-color css
<style>
a { background-color: #5DBAA6; }
a { background-color: rgb(93,186,166); }
div.DivClassName
{
background-color: #5DBAA6;
}
.BgClassName
{
background-color: #5DBAA6;
}
</style>
border-color css
<style>
span { border-color: #5DBAA6; }
span { border-color: rgb(93,186,166); }
td.TdClassName
{
border-color: #5DBAA6;
}
.TagClassName
{
border-color: #5DBAA6;
}
</style>