Shades of Puerto Rico #5BBCB4
Tints of Puerto Rico #5BBCB4
RGB
CMYK
RGB Variations
Color information
#5BBCB4 (or 0x5BBCB4) is known color: Puerto Rico. HEX triplet: 5B, BC and B4. RGB value is (91,188,180). Sum of RGB (Red+Green+Blue) = 91+188+180=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCB4 is #A4434B. Grayscale: #9E9E9E. Windows color (decimal): -10765132 or 11844699. OLE color: 11844699.
HSL color Cylindrical-coordinate representation of color #5BBCB4: hue angle of 175.05º 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 #5BBCB4 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 180 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.26 |
| HSL | 175.05º | 0.42% | 0.55% | - |
| HSV(B) | 175.05º | 0.52% | 0.74% | - |
| XYZ | 30.54 | 41.49 | 49.58 | - |
| YUV | 158.09 | 140.36 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 180 | 0.52 | 0 | 0.04 | 0.26 | 175.05 | 0.42 | 0.55 |
| Hex | 5B | BC | B4 | 34 | 0 | 4 | 1A | AF | 2A | 37 |
| Octal | 133 | 274 | 264 | 64 | 0 | 4 | 32 | 257 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10110100 | 110100 | 0 | 100 | 11010 | 10101111 | 101010 | 110111 |
Color Harmonies of #5BBCB4
Complementary color
Monochromatic Colors of #5BBCB4
Black with #5BBCB4
Text Example
Text Example
White with #5BBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCB4; }
p { color: rgb(91,188,180); }
H1.HeaderClassName
{
color: #5BBCB4;
}
.AnyTagClassName
{
color: #5BBCB4;
}
</style>
background-color css
<style>
a { background-color: #5BBCB4; }
a { background-color: rgb(91,188,180); }
div.DivClassName
{
background-color: #5BBCB4;
}
.BgClassName
{
background-color: #5BBCB4;
}
</style>
border-color css
<style>
span { border-color: #5BBCB4; }
span { border-color: rgb(91,188,180); }
td.TdClassName
{
border-color: #5BBCB4;
}
.TagClassName
{
border-color: #5BBCB4;
}
</style>