Shades of Puerto Rico #5BB8AD
Tints of Puerto Rico #5BB8AD
RGB
CMYK
RGB Variations
Color information
#5BB8AD (or 0x5BB8AD) is known color: Puerto Rico. HEX triplet: 5B, B8 and AD. RGB value is (91,184,173). Sum of RGB (Red+Green+Blue) = 91+184+173=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #5BB8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB8AD is #A44752. Grayscale: #9A9A9A. Windows color (decimal): -10766163 or 11384923. OLE color: 11384923.
HSL color Cylindrical-coordinate representation of color #5BB8AD: hue angle of 172.9º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BB8AD is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 184 | 173 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.28 |
| HSL | 172.9º | 0.4% | 0.54% | - |
| HSV(B) | 172.9º | 0.51% | 0.72% | - |
| XYZ | 29 | 39.52 | 45.64 | - |
| YUV | 154.94 | 138.19 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 184 | 173 | 0.51 | 0 | 0.06 | 0.28 | 172.9 | 0.4 | 0.54 |
| Hex | 5B | B8 | AD | 33 | 0 | 6 | 1C | AD | 28 | 36 |
| Octal | 133 | 270 | 255 | 63 | 0 | 6 | 34 | 255 | 50 | 66 |
| Binary | 1011011 | 10111000 | 10101101 | 110011 | 0 | 110 | 11100 | 10101101 | 101000 | 110110 |
Color Harmonies of #5BB8AD
Complementary color
Monochromatic Colors of #5BB8AD
Black with #5BB8AD
Text Example
Text Example
White with #5BB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB8AD; }
p { color: rgb(91,184,173); }
H1.HeaderClassName
{
color: #5BB8AD;
}
.AnyTagClassName
{
color: #5BB8AD;
}
</style>
background-color css
<style>
a { background-color: #5BB8AD; }
a { background-color: rgb(91,184,173); }
div.DivClassName
{
background-color: #5BB8AD;
}
.BgClassName
{
background-color: #5BB8AD;
}
</style>
border-color css
<style>
span { border-color: #5BB8AD; }
span { border-color: rgb(91,184,173); }
td.TdClassName
{
border-color: #5BB8AD;
}
.TagClassName
{
border-color: #5BB8AD;
}
</style>