Shades of Puerto Rico #5BBCAD
Tints of Puerto Rico #5BBCAD
RGB
CMYK
RGB Variations
Color information
#5BBCAD (or 0x5BBCAD) is known color: Puerto Rico. HEX triplet: 5B, BC and AD. RGB value is (91,188,173). Sum of RGB (Red+Green+Blue) = 91+188+173=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBCAD is #A44352. Grayscale: #9D9D9D. Windows color (decimal): -10765139 or 11385947. OLE color: 11385947.
HSL color Cylindrical-coordinate representation of color #5BBCAD: hue angle of 170.72º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBCAD is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 173 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.26 |
| HSL | 170.72º | 0.42% | 0.55% | - |
| HSV(B) | 170.72º | 0.52% | 0.74% | - |
| XYZ | 29.84 | 41.21 | 45.92 | - |
| YUV | 157.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 173 | 0.52 | 0 | 0.08 | 0.26 | 170.72 | 0.42 | 0.55 |
| Hex | 5B | BC | AD | 34 | 0 | 8 | 1A | AB | 2A | 37 |
| Octal | 133 | 274 | 255 | 64 | 0 | 10 | 32 | 253 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10101101 | 110100 | 0 | 1000 | 11010 | 10101011 | 101010 | 110111 |
Color Harmonies of #5BBCAD
Complementary color
Monochromatic Colors of #5BBCAD
Black with #5BBCAD
Text Example
Text Example
White with #5BBCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCAD; }
p { color: rgb(91,188,173); }
H1.HeaderClassName
{
color: #5BBCAD;
}
.AnyTagClassName
{
color: #5BBCAD;
}
</style>
background-color css
<style>
a { background-color: #5BBCAD; }
a { background-color: rgb(91,188,173); }
div.DivClassName
{
background-color: #5BBCAD;
}
.BgClassName
{
background-color: #5BBCAD;
}
</style>
border-color css
<style>
span { border-color: #5BBCAD; }
span { border-color: rgb(91,188,173); }
td.TdClassName
{
border-color: #5BBCAD;
}
.TagClassName
{
border-color: #5BBCAD;
}
</style>