Shades of Puerto Rico #5DB5A6
Tints of Puerto Rico #5DB5A6
RGB
CMYK
RGB Variations
Color information
#5DB5A6 (or 0x5DB5A6) is known color: Puerto Rico. HEX triplet: 5D, B5 and A6. RGB value is (93,181,166). Sum of RGB (Red+Green+Blue) = 93+181+166=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB5A6 is #A24A59. Grayscale: #989898. Windows color (decimal): -10635866 or 10925405. OLE color: 10925405.
HSL color Cylindrical-coordinate representation of color #5DB5A6: hue angle of 169.77º 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 #5DB5A6 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 166 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.29 |
| HSL | 169.77º | 0.37% | 0.54% | - |
| HSV(B) | 169.77º | 0.49% | 0.71% | - |
| XYZ | 27.92 | 38.13 | 41.96 | - |
| YUV | 152.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 166 | 0.49 | 0 | 0.08 | 0.29 | 169.77 | 0.37 | 0.54 |
| Hex | 5D | B5 | A6 | 31 | 0 | 8 | 1D | AA | 25 | 36 |
| Octal | 135 | 265 | 246 | 61 | 0 | 10 | 35 | 252 | 45 | 66 |
| Binary | 1011101 | 10110101 | 10100110 | 110001 | 0 | 1000 | 11101 | 10101010 | 100101 | 110110 |
Color Harmonies of #5DB5A6
Complementary color
Monochromatic Colors of #5DB5A6
Black with #5DB5A6
Text Example
Text Example
White with #5DB5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB5A6; }
p { color: rgb(93,181,166); }
H1.HeaderClassName
{
color: #5DB5A6;
}
.AnyTagClassName
{
color: #5DB5A6;
}
</style>
background-color css
<style>
a { background-color: #5DB5A6; }
a { background-color: rgb(93,181,166); }
div.DivClassName
{
background-color: #5DB5A6;
}
.BgClassName
{
background-color: #5DB5A6;
}
</style>
border-color css
<style>
span { border-color: #5DB5A6; }
span { border-color: rgb(93,181,166); }
td.TdClassName
{
border-color: #5DB5A6;
}
.TagClassName
{
border-color: #5DB5A6;
}
</style>