Shades of Puerto Rico #5DBCA0
Tints of Puerto Rico #5DBCA0
RGB
CMYK
RGB Variations
Color information
#5DBCA0 (or 0x5DBCA0) is known color: Puerto Rico. HEX triplet: 5D, BC and A0. RGB value is (93,188,160). Sum of RGB (Red+Green+Blue) = 93+188+160=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBCA0 is #A2435F. Grayscale: #9C9C9C. Windows color (decimal): -10634080 or 10533981. OLE color: 10533981.
HSL color Cylindrical-coordinate representation of color #5DBCA0: hue angle of 162.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBCA0 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 160 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.26 |
| HSL | 162.32º | 0.41% | 0.55% | - |
| HSV(B) | 162.32º | 0.51% | 0.74% | - |
| XYZ | 28.84 | 40.83 | 39.62 | - |
| YUV | 156.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 160 | 0.51 | 0 | 0.15 | 0.26 | 162.32 | 0.41 | 0.55 |
| Hex | 5D | BC | A0 | 33 | 0 | F | 1A | A2 | 29 | 37 |
| Octal | 135 | 274 | 240 | 63 | 0 | 17 | 32 | 242 | 51 | 67 |
| Binary | 1011101 | 10111100 | 10100000 | 110011 | 0 | 1111 | 11010 | 10100010 | 101001 | 110111 |
Color Harmonies of #5DBCA0
Complementary color
Monochromatic Colors of #5DBCA0
Black with #5DBCA0
Text Example
Text Example
White with #5DBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCA0; }
p { color: rgb(93,188,160); }
H1.HeaderClassName
{
color: #5DBCA0;
}
.AnyTagClassName
{
color: #5DBCA0;
}
</style>
background-color css
<style>
a { background-color: #5DBCA0; }
a { background-color: rgb(93,188,160); }
div.DivClassName
{
background-color: #5DBCA0;
}
.BgClassName
{
background-color: #5DBCA0;
}
</style>
border-color css
<style>
span { border-color: #5DBCA0; }
span { border-color: rgb(93,188,160); }
td.TdClassName
{
border-color: #5DBCA0;
}
.TagClassName
{
border-color: #5DBCA0;
}
</style>