Shades of Puerto Rico #5DBBAF
Tints of Puerto Rico #5DBBAF
RGB
CMYK
RGB Variations
Color information
#5DBBAF (or 0x5DBBAF) is known color: Puerto Rico. HEX triplet: 5D, BB and AF. RGB value is (93,187,175). Sum of RGB (Red+Green+Blue) = 93+187+175=455 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.44% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBBAF is #A24450. Grayscale: #9D9D9D. Windows color (decimal): -10634321 or 11516765. OLE color: 11516765.
HSL color Cylindrical-coordinate representation of color #5DBBAF: hue angle of 172.34º 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 #5DBBAF is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 175 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.27 |
| HSL | 172.34º | 0.41% | 0.55% | - |
| HSV(B) | 172.34º | 0.5% | 0.73% | - |
| XYZ | 30.02 | 40.96 | 46.88 | - |
| YUV | 157.53 | 137.86 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 175 | 0.50 | 0 | 0.06 | 0.27 | 172.34 | 0.41 | 0.55 |
| Hex | 5D | BB | AF | 32 | 0 | 6 | 1B | AC | 29 | 37 |
| Octal | 135 | 273 | 257 | 62 | 0 | 6 | 33 | 254 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10101111 | 110010 | 0 | 110 | 11011 | 10101100 | 101001 | 110111 |
Color Harmonies of #5DBBAF
Complementary color
Monochromatic Colors of #5DBBAF
Black with #5DBBAF
Text Example
Text Example
White with #5DBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBAF; }
p { color: rgb(93,187,175); }
H1.HeaderClassName
{
color: #5DBBAF;
}
.AnyTagClassName
{
color: #5DBBAF;
}
</style>
background-color css
<style>
a { background-color: #5DBBAF; }
a { background-color: rgb(93,187,175); }
div.DivClassName
{
background-color: #5DBBAF;
}
.BgClassName
{
background-color: #5DBBAF;
}
</style>
border-color css
<style>
span { border-color: #5DBBAF; }
span { border-color: rgb(93,187,175); }
td.TdClassName
{
border-color: #5DBBAF;
}
.TagClassName
{
border-color: #5DBBAF;
}
</style>