Shades of Puerto Rico #5DBBA6
Tints of Puerto Rico #5DBBA6
RGB
CMYK
RGB Variations
Color information
#5DBBA6 (or 0x5DBBA6) is known color: Puerto Rico. HEX triplet: 5D, BB and A6. RGB value is (93,187,166). Sum of RGB (Red+Green+Blue) = 93+187+166=446 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.85% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBBA6 is #A24459. Grayscale: #9C9C9C. Windows color (decimal): -10634330 or 10926941. OLE color: 10926941.
HSL color Cylindrical-coordinate representation of color #5DBBA6: hue angle of 166.6º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBBA6 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 166 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.27 |
| HSL | 166.6º | 0.41% | 0.55% | - |
| HSV(B) | 166.6º | 0.5% | 0.73% | - |
| XYZ | 29.17 | 40.62 | 42.38 | - |
| YUV | 156.5 | 133.36 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 166 | 0.50 | 0 | 0.11 | 0.27 | 166.6 | 0.41 | 0.55 |
| Hex | 5D | BB | A6 | 32 | 0 | B | 1B | A7 | 29 | 37 |
| Octal | 135 | 273 | 246 | 62 | 0 | 13 | 33 | 247 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10100110 | 110010 | 0 | 1011 | 11011 | 10100111 | 101001 | 110111 |
Color Harmonies of #5DBBA6
Complementary color
Monochromatic Colors of #5DBBA6
Black with #5DBBA6
Text Example
Text Example
White with #5DBBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBA6; }
p { color: rgb(93,187,166); }
H1.HeaderClassName
{
color: #5DBBA6;
}
.AnyTagClassName
{
color: #5DBBA6;
}
</style>
background-color css
<style>
a { background-color: #5DBBA6; }
a { background-color: rgb(93,187,166); }
div.DivClassName
{
background-color: #5DBBA6;
}
.BgClassName
{
background-color: #5DBBA6;
}
</style>
border-color css
<style>
span { border-color: #5DBBA6; }
span { border-color: rgb(93,187,166); }
td.TdClassName
{
border-color: #5DBBA6;
}
.TagClassName
{
border-color: #5DBBA6;
}
</style>