Shades of Puerto Rico #5DBAA2
Tints of Puerto Rico #5DBAA2
RGB
CMYK
RGB Variations
Color information
#5DBAA2 (or 0x5DBAA2) is known color: Puerto Rico. HEX triplet: 5D, BA and A2. RGB value is (93,186,162). Sum of RGB (Red+Green+Blue) = 93+186+162=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBAA2 is #A2455D. Grayscale: #9B9B9B. Windows color (decimal): -10634590 or 10664541. OLE color: 10664541.
HSL color Cylindrical-coordinate representation of color #5DBAA2: hue angle of 164.52º 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 #5DBAA2 is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 162 | - |
| CMYK | 0.5 | 0 | 0.13 | 0.27 |
| HSL | 164.52º | 0.4% | 0.55% | - |
| HSV(B) | 164.52º | 0.5% | 0.73% | - |
| XYZ | 28.59 | 40.05 | 40.41 | - |
| YUV | 155.46 | 131.69 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 162 | 0.5 | 0 | 0.13 | 0.27 | 164.52 | 0.4 | 0.55 |
| Hex | 5D | BA | A2 | 32 | 0 | D | 1B | A5 | 28 | 37 |
| Octal | 135 | 272 | 242 | 62 | 0 | 15 | 33 | 245 | 50 | 67 |
| Binary | 1011101 | 10111010 | 10100010 | 110010 | 0 | 1101 | 11011 | 10100101 | 101000 | 110111 |
Color Harmonies of #5DBAA2
Complementary color
Monochromatic Colors of #5DBAA2
Black with #5DBAA2
Text Example
Text Example
White with #5DBAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBAA2; }
p { color: rgb(93,186,162); }
H1.HeaderClassName
{
color: #5DBAA2;
}
.AnyTagClassName
{
color: #5DBAA2;
}
</style>
background-color css
<style>
a { background-color: #5DBAA2; }
a { background-color: rgb(93,186,162); }
div.DivClassName
{
background-color: #5DBAA2;
}
.BgClassName
{
background-color: #5DBAA2;
}
</style>
border-color css
<style>
span { border-color: #5DBAA2; }
span { border-color: rgb(93,186,162); }
td.TdClassName
{
border-color: #5DBAA2;
}
.TagClassName
{
border-color: #5DBAA2;
}
</style>