Shades of Puerto Rico #5DBBAC
Tints of Puerto Rico #5DBBAC
RGB
CMYK
RGB Variations
Color information
#5DBBAC (or 0x5DBBAC) is known color: Puerto Rico. HEX triplet: 5D, BB and AC. RGB value is (93,187,172). Sum of RGB (Red+Green+Blue) = 93+187+172=452 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.58% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBBAC is #A24453. Grayscale: #9D9D9D. Windows color (decimal): -10634324 or 11320157. OLE color: 11320157.
HSL color Cylindrical-coordinate representation of color #5DBBAC: hue angle of 170.43º 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 #5DBBAC is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 172 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.27 |
| HSL | 170.43º | 0.41% | 0.55% | - |
| HSV(B) | 170.43º | 0.5% | 0.73% | - |
| XYZ | 29.73 | 40.85 | 45.35 | - |
| YUV | 157.18 | 136.36 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 172 | 0.50 | 0 | 0.08 | 0.27 | 170.43 | 0.41 | 0.55 |
| Hex | 5D | BB | AC | 32 | 0 | 8 | 1B | AA | 29 | 37 |
| Octal | 135 | 273 | 254 | 62 | 0 | 10 | 33 | 252 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10101100 | 110010 | 0 | 1000 | 11011 | 10101010 | 101001 | 110111 |
Color Harmonies of #5DBBAC
Complementary color
Monochromatic Colors of #5DBBAC
Black with #5DBBAC
Text Example
Text Example
White with #5DBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBAC; }
p { color: rgb(93,187,172); }
H1.HeaderClassName
{
color: #5DBBAC;
}
.AnyTagClassName
{
color: #5DBBAC;
}
</style>
background-color css
<style>
a { background-color: #5DBBAC; }
a { background-color: rgb(93,187,172); }
div.DivClassName
{
background-color: #5DBBAC;
}
.BgClassName
{
background-color: #5DBBAC;
}
</style>
border-color css
<style>
span { border-color: #5DBBAC; }
span { border-color: rgb(93,187,172); }
td.TdClassName
{
border-color: #5DBBAC;
}
.TagClassName
{
border-color: #5DBBAC;
}
</style>