Shades of Puerto Rico #5DB5AB
Tints of Puerto Rico #5DB5AB
RGB
CMYK
RGB Variations
Color information
#5DB5AB (or 0x5DB5AB) is known color: Puerto Rico. HEX triplet: 5D, B5 and AB. RGB value is (93,181,171). Sum of RGB (Red+Green+Blue) = 93+181+171=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB5AB is #A24A54. Grayscale: #999999. Windows color (decimal): -10635861 or 11253085. OLE color: 11253085.
HSL color Cylindrical-coordinate representation of color #5DB5AB: hue angle of 173.18º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB5AB is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 171 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.29 |
| HSL | 173.18º | 0.37% | 0.54% | - |
| HSV(B) | 173.18º | 0.49% | 0.71% | - |
| XYZ | 28.39 | 38.32 | 44.43 | - |
| YUV | 153.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 171 | 0.49 | 0 | 0.06 | 0.29 | 173.18 | 0.37 | 0.54 |
| Hex | 5D | B5 | AB | 31 | 0 | 6 | 1D | AD | 25 | 36 |
| Octal | 135 | 265 | 253 | 61 | 0 | 6 | 35 | 255 | 45 | 66 |
| Binary | 1011101 | 10110101 | 10101011 | 110001 | 0 | 110 | 11101 | 10101101 | 100101 | 110110 |
Color Harmonies of #5DB5AB
Complementary color
Monochromatic Colors of #5DB5AB
Black with #5DB5AB
Text Example
Text Example
White with #5DB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB5AB; }
p { color: rgb(93,181,171); }
H1.HeaderClassName
{
color: #5DB5AB;
}
.AnyTagClassName
{
color: #5DB5AB;
}
</style>
background-color css
<style>
a { background-color: #5DB5AB; }
a { background-color: rgb(93,181,171); }
div.DivClassName
{
background-color: #5DB5AB;
}
.BgClassName
{
background-color: #5DB5AB;
}
</style>
border-color css
<style>
span { border-color: #5DB5AB; }
span { border-color: rgb(93,181,171); }
td.TdClassName
{
border-color: #5DB5AB;
}
.TagClassName
{
border-color: #5DB5AB;
}
</style>