Shades of Puerto Rico #5DBAA9
Tints of Puerto Rico #5DBAA9
RGB
CMYK
RGB Variations
Color information
#5DBAA9 (or 0x5DBAA9) is known color: Puerto Rico. HEX triplet: 5D, BA and A9. RGB value is (93,186,169). Sum of RGB (Red+Green+Blue) = 93+186+169=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBAA9 is #A24556. Grayscale: #9C9C9C. Windows color (decimal): -10634583 or 11123293. OLE color: 11123293.
HSL color Cylindrical-coordinate representation of color #5DBAA9: hue angle of 169.03º 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 #5DBAA9 is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 169 | - |
| CMYK | 0.5 | 0 | 0.09 | 0.27 |
| HSL | 169.03º | 0.4% | 0.55% | - |
| HSV(B) | 169.03º | 0.5% | 0.73% | - |
| XYZ | 29.23 | 40.31 | 43.78 | - |
| YUV | 156.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 169 | 0.5 | 0 | 0.09 | 0.27 | 169.03 | 0.4 | 0.55 |
| Hex | 5D | BA | A9 | 32 | 0 | 9 | 1B | A9 | 28 | 37 |
| Octal | 135 | 272 | 251 | 62 | 0 | 11 | 33 | 251 | 50 | 67 |
| Binary | 1011101 | 10111010 | 10101001 | 110010 | 0 | 1001 | 11011 | 10101001 | 101000 | 110111 |
Color Harmonies of #5DBAA9
Complementary color
Monochromatic Colors of #5DBAA9
Black with #5DBAA9
Text Example
Text Example
White with #5DBAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBAA9; }
p { color: rgb(93,186,169); }
H1.HeaderClassName
{
color: #5DBAA9;
}
.AnyTagClassName
{
color: #5DBAA9;
}
</style>
background-color css
<style>
a { background-color: #5DBAA9; }
a { background-color: rgb(93,186,169); }
div.DivClassName
{
background-color: #5DBAA9;
}
.BgClassName
{
background-color: #5DBAA9;
}
</style>
border-color css
<style>
span { border-color: #5DBAA9; }
span { border-color: rgb(93,186,169); }
td.TdClassName
{
border-color: #5DBAA9;
}
.TagClassName
{
border-color: #5DBAA9;
}
</style>