Shades of Puerto Rico #5DBAB0
Tints of Puerto Rico #5DBAB0
RGB
CMYK
RGB Variations
Color information
#5DBAB0 (or 0x5DBAB0) is known color: Puerto Rico. HEX triplet: 5D, BA and B0. RGB value is (93,186,176). Sum of RGB (Red+Green+Blue) = 93+186+176=455 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.44% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBAB0 is #A2454F. Grayscale: #9D9D9D. Windows color (decimal): -10634576 or 11582045. OLE color: 11582045.
HSL color Cylindrical-coordinate representation of color #5DBAB0: hue angle of 173.55º 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 #5DBAB0 is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 176 | - |
| CMYK | 0.5 | 0 | 0.05 | 0.27 |
| HSL | 173.55º | 0.4% | 0.55% | - |
| HSV(B) | 173.55º | 0.5% | 0.73% | - |
| XYZ | 29.91 | 40.58 | 47.33 | - |
| YUV | 157.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 176 | 0.5 | 0 | 0.05 | 0.27 | 173.55 | 0.4 | 0.55 |
| Hex | 5D | BA | B0 | 32 | 0 | 5 | 1B | AE | 28 | 37 |
| Octal | 135 | 272 | 260 | 62 | 0 | 5 | 33 | 256 | 50 | 67 |
| Binary | 1011101 | 10111010 | 10110000 | 110010 | 0 | 101 | 11011 | 10101110 | 101000 | 110111 |
Color Harmonies of #5DBAB0
Complementary color
Monochromatic Colors of #5DBAB0
Black with #5DBAB0
Text Example
Text Example
White with #5DBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBAB0; }
p { color: rgb(93,186,176); }
H1.HeaderClassName
{
color: #5DBAB0;
}
.AnyTagClassName
{
color: #5DBAB0;
}
</style>
background-color css
<style>
a { background-color: #5DBAB0; }
a { background-color: rgb(93,186,176); }
div.DivClassName
{
background-color: #5DBAB0;
}
.BgClassName
{
background-color: #5DBAB0;
}
</style>
border-color css
<style>
span { border-color: #5DBAB0; }
span { border-color: rgb(93,186,176); }
td.TdClassName
{
border-color: #5DBAB0;
}
.TagClassName
{
border-color: #5DBAB0;
}
</style>