Shades of Puerto Rico #5DB8A8
Tints of Puerto Rico #5DB8A8
RGB
CMYK
RGB Variations
Color information
#5DB8A8 (or 0x5DB8A8) is known color: Puerto Rico. HEX triplet: 5D, B8 and A8. RGB value is (93,184,168). Sum of RGB (Red+Green+Blue) = 93+184+168=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB8A8 is #A24757. Grayscale: #9A9A9A. Windows color (decimal): -10635096 or 11057245. OLE color: 11057245.
HSL color Cylindrical-coordinate representation of color #5DB8A8: hue angle of 169.45º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB8A8 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 168 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.28 |
| HSL | 169.45º | 0.39% | 0.54% | - |
| HSV(B) | 169.45º | 0.49% | 0.72% | - |
| XYZ | 28.72 | 39.44 | 43.14 | - |
| YUV | 154.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 168 | 0.49 | 0 | 0.09 | 0.28 | 169.45 | 0.39 | 0.54 |
| Hex | 5D | B8 | A8 | 31 | 0 | 9 | 1C | A9 | 27 | 36 |
| Octal | 135 | 270 | 250 | 61 | 0 | 11 | 34 | 251 | 47 | 66 |
| Binary | 1011101 | 10111000 | 10101000 | 110001 | 0 | 1001 | 11100 | 10101001 | 100111 | 110110 |
Color Harmonies of #5DB8A8
Complementary color
Monochromatic Colors of #5DB8A8
Black with #5DB8A8
Text Example
Text Example
White with #5DB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB8A8; }
p { color: rgb(93,184,168); }
H1.HeaderClassName
{
color: #5DB8A8;
}
.AnyTagClassName
{
color: #5DB8A8;
}
</style>
background-color css
<style>
a { background-color: #5DB8A8; }
a { background-color: rgb(93,184,168); }
div.DivClassName
{
background-color: #5DB8A8;
}
.BgClassName
{
background-color: #5DB8A8;
}
</style>
border-color css
<style>
span { border-color: #5DB8A8; }
span { border-color: rgb(93,184,168); }
td.TdClassName
{
border-color: #5DB8A8;
}
.TagClassName
{
border-color: #5DB8A8;
}
</style>