Shades of Puerto Rico #5DBDA8
Tints of Puerto Rico #5DBDA8
RGB
CMYK
RGB Variations
Color information
#5DBDA8 (or 0x5DBDA8) is known color: Puerto Rico. HEX triplet: 5D, BD and A8. RGB value is (93,189,168). Sum of RGB (Red+Green+Blue) = 93+189+168=450 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.67% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBDA8 is #A24257. Grayscale: #9D9D9D. Windows color (decimal): -10633816 or 11058525. OLE color: 11058525.
HSL color Cylindrical-coordinate representation of color #5DBDA8: hue angle of 166.88º degrees, saturation: 0.42, 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 #5DBDA8 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 168 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.26 |
| HSL | 166.88º | 0.42% | 0.55% | - |
| HSV(B) | 166.88º | 0.51% | 0.74% | - |
| XYZ | 29.78 | 41.55 | 43.5 | - |
| YUV | 157.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 168 | 0.51 | 0 | 0.11 | 0.26 | 166.88 | 0.42 | 0.55 |
| Hex | 5D | BD | A8 | 33 | 0 | B | 1A | A7 | 2A | 37 |
| Octal | 135 | 275 | 250 | 63 | 0 | 13 | 32 | 247 | 52 | 67 |
| Binary | 1011101 | 10111101 | 10101000 | 110011 | 0 | 1011 | 11010 | 10100111 | 101010 | 110111 |
Color Harmonies of #5DBDA8
Complementary color
Monochromatic Colors of #5DBDA8
Black with #5DBDA8
Text Example
Text Example
White with #5DBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDA8; }
p { color: rgb(93,189,168); }
H1.HeaderClassName
{
color: #5DBDA8;
}
.AnyTagClassName
{
color: #5DBDA8;
}
</style>
background-color css
<style>
a { background-color: #5DBDA8; }
a { background-color: rgb(93,189,168); }
div.DivClassName
{
background-color: #5DBDA8;
}
.BgClassName
{
background-color: #5DBDA8;
}
</style>
border-color css
<style>
span { border-color: #5DBDA8; }
span { border-color: rgb(93,189,168); }
td.TdClassName
{
border-color: #5DBDA8;
}
.TagClassName
{
border-color: #5DBDA8;
}
</style>