Shades of Puerto Rico #5DBAA1
Tints of Puerto Rico #5DBAA1
RGB
CMYK
RGB Variations
Color information
#5DBAA1 (or 0x5DBAA1) is known color: Puerto Rico. HEX triplet: 5D, BA and A1. RGB value is (93,186,161). Sum of RGB (Red+Green+Blue) = 93+186+161=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBAA1 is #A2455E. Grayscale: #9B9B9B. Windows color (decimal): -10634591 or 10599005. OLE color: 10599005.
HSL color Cylindrical-coordinate representation of color #5DBAA1: hue angle of 163.87º 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 #5DBAA1 is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 161 | - |
| CMYK | 0.5 | 0 | 0.13 | 0.27 |
| HSL | 163.87º | 0.4% | 0.55% | - |
| HSV(B) | 163.87º | 0.5% | 0.73% | - |
| XYZ | 28.51 | 40.02 | 39.94 | - |
| YUV | 155.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 161 | 0.5 | 0 | 0.13 | 0.27 | 163.87 | 0.4 | 0.55 |
| Hex | 5D | BA | A1 | 32 | 0 | D | 1B | A4 | 28 | 37 |
| Octal | 135 | 272 | 241 | 62 | 0 | 15 | 33 | 244 | 50 | 67 |
| Binary | 1011101 | 10111010 | 10100001 | 110010 | 0 | 1101 | 11011 | 10100100 | 101000 | 110111 |
Color Harmonies of #5DBAA1
Complementary color
Monochromatic Colors of #5DBAA1
Black with #5DBAA1
Text Example
Text Example
White with #5DBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBAA1; }
p { color: rgb(93,186,161); }
H1.HeaderClassName
{
color: #5DBAA1;
}
.AnyTagClassName
{
color: #5DBAA1;
}
</style>
background-color css
<style>
a { background-color: #5DBAA1; }
a { background-color: rgb(93,186,161); }
div.DivClassName
{
background-color: #5DBAA1;
}
.BgClassName
{
background-color: #5DBAA1;
}
</style>
border-color css
<style>
span { border-color: #5DBAA1; }
span { border-color: rgb(93,186,161); }
td.TdClassName
{
border-color: #5DBAA1;
}
.TagClassName
{
border-color: #5DBAA1;
}
</style>