Shades of Puerto Rico #5DB3A9
Tints of Puerto Rico #5DB3A9
RGB
CMYK
RGB Variations
Color information
#5DB3A9 (or 0x5DB3A9) is known color: Puerto Rico. HEX triplet: 5D, B3 and A9. RGB value is (93,179,169). Sum of RGB (Red+Green+Blue) = 93+179+169=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB3A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB3A9 is #A24C56. Grayscale: #989898. Windows color (decimal): -10636375 or 11121501. OLE color: 11121501.
HSL color Cylindrical-coordinate representation of color #5DB3A9: hue angle of 173.02º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB3A9 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 169 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.30 |
| HSL | 173.02º | 0.36% | 0.53% | - |
| HSV(B) | 173.02º | 0.48% | 0.7% | - |
| XYZ | 27.8 | 37.43 | 43.3 | - |
| YUV | 152.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 169 | 0.48 | 0 | 0.06 | 0.30 | 173.02 | 0.36 | 0.53 |
| Hex | 5D | B3 | A9 | 30 | 0 | 6 | 1E | AD | 24 | 35 |
| Octal | 135 | 263 | 251 | 60 | 0 | 6 | 36 | 255 | 44 | 65 |
| Binary | 1011101 | 10110011 | 10101001 | 110000 | 0 | 110 | 11110 | 10101101 | 100100 | 110101 |
Color Harmonies of #5DB3A9
Complementary color
Monochromatic Colors of #5DB3A9
Black with #5DB3A9
Text Example
Text Example
White with #5DB3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB3A9; }
p { color: rgb(93,179,169); }
H1.HeaderClassName
{
color: #5DB3A9;
}
.AnyTagClassName
{
color: #5DB3A9;
}
</style>
background-color css
<style>
a { background-color: #5DB3A9; }
a { background-color: rgb(93,179,169); }
div.DivClassName
{
background-color: #5DB3A9;
}
.BgClassName
{
background-color: #5DB3A9;
}
</style>
border-color css
<style>
span { border-color: #5DB3A9; }
span { border-color: rgb(93,179,169); }
td.TdClassName
{
border-color: #5DB3A9;
}
.TagClassName
{
border-color: #5DB3A9;
}
</style>