Shades of Puerto Rico #5BC09F
Tints of Puerto Rico #5BC09F
RGB
CMYK
RGB Variations
Color information
#5BC09F (or 0x5BC09F) is known color: Puerto Rico. HEX triplet: 5B, C0 and 9F. RGB value is (91,192,159). Sum of RGB (Red+Green+Blue) = 91+192+159=442 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.59% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC09F is #A43F60. Grayscale: #9E9E9E. Windows color (decimal): -10764129 or 10469467. OLE color: 10469467.
HSL color Cylindrical-coordinate representation of color #5BC09F: hue angle of 160.4º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC09F is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 159 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.25 |
| HSL | 160.4º | 0.44% | 0.55% | - |
| HSV(B) | 160.4º | 0.53% | 0.75% | - |
| XYZ | 29.42 | 42.43 | 39.44 | - |
| YUV | 158.04 | 128.54 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 159 | 0.53 | 0 | 0.17 | 0.25 | 160.4 | 0.44 | 0.55 |
| Hex | 5B | C0 | 9F | 35 | 0 | 11 | 19 | A0 | 2C | 37 |
| Octal | 133 | 300 | 237 | 65 | 0 | 21 | 31 | 240 | 54 | 67 |
| Binary | 1011011 | 11000000 | 10011111 | 110101 | 0 | 10001 | 11001 | 10100000 | 101100 | 110111 |
Color Harmonies of #5BC09F
Complementary color
Monochromatic Colors of #5BC09F
Black with #5BC09F
Text Example
Text Example
White with #5BC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC09F; }
p { color: rgb(91,192,159); }
H1.HeaderClassName
{
color: #5BC09F;
}
.AnyTagClassName
{
color: #5BC09F;
}
</style>
background-color css
<style>
a { background-color: #5BC09F; }
a { background-color: rgb(91,192,159); }
div.DivClassName
{
background-color: #5BC09F;
}
.BgClassName
{
background-color: #5BC09F;
}
</style>
border-color css
<style>
span { border-color: #5BC09F; }
span { border-color: rgb(91,192,159); }
td.TdClassName
{
border-color: #5BC09F;
}
.TagClassName
{
border-color: #5BC09F;
}
</style>