Shades of Puerto Rico #5DB4A6
Tints of Puerto Rico #5DB4A6
RGB
CMYK
RGB Variations
Color information
#5DB4A6 (or 0x5DB4A6) is known color: Puerto Rico. HEX triplet: 5D, B4 and A6. RGB value is (93,180,166). Sum of RGB (Red+Green+Blue) = 93+180+166=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB4A6 is #A24B59. Grayscale: #989898. Windows color (decimal): -10636122 or 10925149. OLE color: 10925149.
HSL color Cylindrical-coordinate representation of color #5DB4A6: hue angle of 170.34º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB4A6 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 166 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.29 |
| HSL | 170.34º | 0.37% | 0.54% | - |
| HSV(B) | 170.34º | 0.48% | 0.71% | - |
| XYZ | 27.72 | 37.72 | 41.9 | - |
| YUV | 152.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 166 | 0.48 | 0 | 0.08 | 0.29 | 170.34 | 0.37 | 0.54 |
| Hex | 5D | B4 | A6 | 30 | 0 | 8 | 1D | AA | 25 | 36 |
| Octal | 135 | 264 | 246 | 60 | 0 | 10 | 35 | 252 | 45 | 66 |
| Binary | 1011101 | 10110100 | 10100110 | 110000 | 0 | 1000 | 11101 | 10101010 | 100101 | 110110 |
Color Harmonies of #5DB4A6
Complementary color
Monochromatic Colors of #5DB4A6
Black with #5DB4A6
Text Example
Text Example
White with #5DB4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB4A6; }
p { color: rgb(93,180,166); }
H1.HeaderClassName
{
color: #5DB4A6;
}
.AnyTagClassName
{
color: #5DB4A6;
}
</style>
background-color css
<style>
a { background-color: #5DB4A6; }
a { background-color: rgb(93,180,166); }
div.DivClassName
{
background-color: #5DB4A6;
}
.BgClassName
{
background-color: #5DB4A6;
}
</style>
border-color css
<style>
span { border-color: #5DB4A6; }
span { border-color: rgb(93,180,166); }
td.TdClassName
{
border-color: #5DB4A6;
}
.TagClassName
{
border-color: #5DB4A6;
}
</style>