Shades of Puerto Rico #5BC0AA
Tints of Puerto Rico #5BC0AA
RGB
CMYK
RGB Variations
Color information
#5BC0AA (or 0x5BC0AA) is known color: Puerto Rico. HEX triplet: 5B, C0 and AA. RGB value is (91,192,170). Sum of RGB (Red+Green+Blue) = 91+192+170=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC0AA is #A43F55. Grayscale: #9F9F9F. Windows color (decimal): -10764118 or 11190363. OLE color: 11190363.
HSL color Cylindrical-coordinate representation of color #5BC0AA: hue angle of 166.93º 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 #5BC0AA is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 170 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.25 |
| HSL | 166.93º | 0.44% | 0.55% | - |
| HSV(B) | 166.93º | 0.53% | 0.75% | - |
| XYZ | 30.42 | 42.83 | 44.69 | - |
| YUV | 159.29 | 134.04 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 170 | 0.53 | 0 | 0.11 | 0.25 | 166.93 | 0.44 | 0.55 |
| Hex | 5B | C0 | AA | 35 | 0 | B | 19 | A7 | 2C | 37 |
| Octal | 133 | 300 | 252 | 65 | 0 | 13 | 31 | 247 | 54 | 67 |
| Binary | 1011011 | 11000000 | 10101010 | 110101 | 0 | 1011 | 11001 | 10100111 | 101100 | 110111 |
Color Harmonies of #5BC0AA
Complementary color
Monochromatic Colors of #5BC0AA
Black with #5BC0AA
Text Example
Text Example
White with #5BC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC0AA; }
p { color: rgb(91,192,170); }
H1.HeaderClassName
{
color: #5BC0AA;
}
.AnyTagClassName
{
color: #5BC0AA;
}
</style>
background-color css
<style>
a { background-color: #5BC0AA; }
a { background-color: rgb(91,192,170); }
div.DivClassName
{
background-color: #5BC0AA;
}
.BgClassName
{
background-color: #5BC0AA;
}
</style>
border-color css
<style>
span { border-color: #5BC0AA; }
span { border-color: rgb(91,192,170); }
td.TdClassName
{
border-color: #5BC0AA;
}
.TagClassName
{
border-color: #5BC0AA;
}
</style>