Shades of Puerto Rico #5DBCAB
Tints of Puerto Rico #5DBCAB
RGB
CMYK
RGB Variations
Color information
#5DBCAB (or 0x5DBCAB) is known color: Puerto Rico. HEX triplet: 5D, BC and AB. RGB value is (93,188,171). Sum of RGB (Red+Green+Blue) = 93+188+171=452 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.58% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBCAB is #A24354. Grayscale: #9D9D9D. Windows color (decimal): -10634069 or 11254877. OLE color: 11254877.
HSL color Cylindrical-coordinate representation of color #5DBCAB: hue angle of 169.26º 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 #5DBCAB is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 171 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.26 |
| HSL | 169.26º | 0.41% | 0.55% | - |
| HSV(B) | 169.26º | 0.51% | 0.74% | - |
| XYZ | 29.85 | 41.23 | 44.91 | - |
| YUV | 157.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 171 | 0.51 | 0 | 0.09 | 0.26 | 169.26 | 0.41 | 0.55 |
| Hex | 5D | BC | AB | 33 | 0 | 9 | 1A | A9 | 29 | 37 |
| Octal | 135 | 274 | 253 | 63 | 0 | 11 | 32 | 251 | 51 | 67 |
| Binary | 1011101 | 10111100 | 10101011 | 110011 | 0 | 1001 | 11010 | 10101001 | 101001 | 110111 |
Color Harmonies of #5DBCAB
Complementary color
Monochromatic Colors of #5DBCAB
Black with #5DBCAB
Text Example
Text Example
White with #5DBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCAB; }
p { color: rgb(93,188,171); }
H1.HeaderClassName
{
color: #5DBCAB;
}
.AnyTagClassName
{
color: #5DBCAB;
}
</style>
background-color css
<style>
a { background-color: #5DBCAB; }
a { background-color: rgb(93,188,171); }
div.DivClassName
{
background-color: #5DBCAB;
}
.BgClassName
{
background-color: #5DBCAB;
}
</style>
border-color css
<style>
span { border-color: #5DBCAB; }
span { border-color: rgb(93,188,171); }
td.TdClassName
{
border-color: #5DBCAB;
}
.TagClassName
{
border-color: #5DBCAB;
}
</style>