Shades of Puerto Rico #5BB4AD
Tints of Puerto Rico #5BB4AD
RGB
CMYK
RGB Variations
Color information
#5BB4AD (or 0x5BB4AD) is known color: Puerto Rico. HEX triplet: 5B, B4 and AD. RGB value is (91,180,173). Sum of RGB (Red+Green+Blue) = 91+180+173=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB4AD is #A44B52. Grayscale: #989898. Windows color (decimal): -10767187 or 11383899. OLE color: 11383899.
HSL color Cylindrical-coordinate representation of color #5BB4AD: hue angle of 175.28º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB4AD is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 180 | 173 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.29 |
| HSL | 175.28º | 0.37% | 0.53% | - |
| HSV(B) | 175.28º | 0.49% | 0.71% | - |
| XYZ | 28.18 | 37.88 | 45.36 | - |
| YUV | 152.59 | 139.51 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 180 | 173 | 0.49 | 0 | 0.04 | 0.29 | 175.28 | 0.37 | 0.53 |
| Hex | 5B | B4 | AD | 31 | 0 | 4 | 1D | AF | 25 | 35 |
| Octal | 133 | 264 | 255 | 61 | 0 | 4 | 35 | 257 | 45 | 65 |
| Binary | 1011011 | 10110100 | 10101101 | 110001 | 0 | 100 | 11101 | 10101111 | 100101 | 110101 |
Color Harmonies of #5BB4AD
Complementary color
Monochromatic Colors of #5BB4AD
Black with #5BB4AD
Text Example
Text Example
White with #5BB4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB4AD; }
p { color: rgb(91,180,173); }
H1.HeaderClassName
{
color: #5BB4AD;
}
.AnyTagClassName
{
color: #5BB4AD;
}
</style>
background-color css
<style>
a { background-color: #5BB4AD; }
a { background-color: rgb(91,180,173); }
div.DivClassName
{
background-color: #5BB4AD;
}
.BgClassName
{
background-color: #5BB4AD;
}
</style>
border-color css
<style>
span { border-color: #5BB4AD; }
span { border-color: rgb(91,180,173); }
td.TdClassName
{
border-color: #5BB4AD;
}
.TagClassName
{
border-color: #5BB4AD;
}
</style>