Shades of Puerto Rico #5DB2A9
Tints of Puerto Rico #5DB2A9
RGB
CMYK
RGB Variations
Color information
#5DB2A9 (or 0x5DB2A9) is known color: Puerto Rico. HEX triplet: 5D, B2 and A9. RGB value is (93,178,169). Sum of RGB (Red+Green+Blue) = 93+178+169=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB2A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB2A9 is #A24D56. Grayscale: #979797. Windows color (decimal): -10636631 or 11121245. OLE color: 11121245.
HSL color Cylindrical-coordinate representation of color #5DB2A9: hue angle of 173.65º 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 #5DB2A9 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 178 | 169 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.30 |
| HSL | 173.65º | 0.36% | 0.53% | - |
| HSV(B) | 173.65º | 0.48% | 0.7% | - |
| XYZ | 27.6 | 37.03 | 43.23 | - |
| YUV | 151.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 169 | 0.48 | 0 | 0.05 | 0.30 | 173.65 | 0.36 | 0.53 |
| Hex | 5D | B2 | A9 | 30 | 0 | 5 | 1E | AE | 24 | 35 |
| Octal | 135 | 262 | 251 | 60 | 0 | 5 | 36 | 256 | 44 | 65 |
| Binary | 1011101 | 10110010 | 10101001 | 110000 | 0 | 101 | 11110 | 10101110 | 100100 | 110101 |
Color Harmonies of #5DB2A9
Complementary color
Monochromatic Colors of #5DB2A9
Black with #5DB2A9
Text Example
Text Example
White with #5DB2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB2A9; }
p { color: rgb(93,178,169); }
H1.HeaderClassName
{
color: #5DB2A9;
}
.AnyTagClassName
{
color: #5DB2A9;
}
</style>
background-color css
<style>
a { background-color: #5DB2A9; }
a { background-color: rgb(93,178,169); }
div.DivClassName
{
background-color: #5DB2A9;
}
.BgClassName
{
background-color: #5DB2A9;
}
</style>
border-color css
<style>
span { border-color: #5DB2A9; }
span { border-color: rgb(93,178,169); }
td.TdClassName
{
border-color: #5DB2A9;
}
.TagClassName
{
border-color: #5DB2A9;
}
</style>