Shades of Puerto Rico #5DBCA8
Tints of Puerto Rico #5DBCA8
RGB
CMYK
RGB Variations
Color information
#5DBCA8 (or 0x5DBCA8) is known color: Puerto Rico. HEX triplet: 5D, BC and A8. RGB value is (93,188,168). Sum of RGB (Red+Green+Blue) = 93+188+168=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBCA8 is #A24357. Grayscale: #9D9D9D. Windows color (decimal): -10634072 or 11058269. OLE color: 11058269.
HSL color Cylindrical-coordinate representation of color #5DBCA8: hue angle of 167.37º 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 #5DBCA8 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 168 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.26 |
| HSL | 167.37º | 0.41% | 0.55% | - |
| HSV(B) | 167.37º | 0.51% | 0.74% | - |
| XYZ | 29.57 | 41.12 | 43.42 | - |
| YUV | 157.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 168 | 0.51 | 0 | 0.11 | 0.26 | 167.37 | 0.41 | 0.55 |
| Hex | 5D | BC | A8 | 33 | 0 | B | 1A | A7 | 29 | 37 |
| Octal | 135 | 274 | 250 | 63 | 0 | 13 | 32 | 247 | 51 | 67 |
| Binary | 1011101 | 10111100 | 10101000 | 110011 | 0 | 1011 | 11010 | 10100111 | 101001 | 110111 |
Color Harmonies of #5DBCA8
Complementary color
Monochromatic Colors of #5DBCA8
Black with #5DBCA8
Text Example
Text Example
White with #5DBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCA8; }
p { color: rgb(93,188,168); }
H1.HeaderClassName
{
color: #5DBCA8;
}
.AnyTagClassName
{
color: #5DBCA8;
}
</style>
background-color css
<style>
a { background-color: #5DBCA8; }
a { background-color: rgb(93,188,168); }
div.DivClassName
{
background-color: #5DBCA8;
}
.BgClassName
{
background-color: #5DBCA8;
}
</style>
border-color css
<style>
span { border-color: #5DBCA8; }
span { border-color: rgb(93,188,168); }
td.TdClassName
{
border-color: #5DBCA8;
}
.TagClassName
{
border-color: #5DBCA8;
}
</style>