Shades of Puerto Rico #5BC2B5
Tints of Puerto Rico #5BC2B5
RGB
CMYK
RGB Variations
Color information
#5BC2B5 (or 0x5BC2B5) is known color: Puerto Rico. HEX triplet: 5B, C2 and B5. RGB value is (91,194,181). Sum of RGB (Red+Green+Blue) = 91+194+181=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC2B5 is #A43D4A. Grayscale: #A1A1A1. Windows color (decimal): -10763595 or 11911771. OLE color: 11911771.
HSL color Cylindrical-coordinate representation of color #5BC2B5: hue angle of 172.43º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC2B5 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 181 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.24 |
| HSL | 172.43º | 0.46% | 0.56% | - |
| HSV(B) | 172.43º | 0.53% | 0.76% | - |
| XYZ | 31.95 | 44.14 | 50.55 | - |
| YUV | 161.72 | 138.88 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 181 | 0.53 | 0 | 0.07 | 0.24 | 172.43 | 0.46 | 0.56 |
| Hex | 5B | C2 | B5 | 35 | 0 | 7 | 18 | AC | 2E | 38 |
| Octal | 133 | 302 | 265 | 65 | 0 | 7 | 30 | 254 | 56 | 70 |
| Binary | 1011011 | 11000010 | 10110101 | 110101 | 0 | 111 | 11000 | 10101100 | 101110 | 111000 |
Color Harmonies of #5BC2B5
Complementary color
Monochromatic Colors of #5BC2B5
Black with #5BC2B5
Text Example
Text Example
White with #5BC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC2B5; }
p { color: rgb(91,194,181); }
H1.HeaderClassName
{
color: #5BC2B5;
}
.AnyTagClassName
{
color: #5BC2B5;
}
</style>
background-color css
<style>
a { background-color: #5BC2B5; }
a { background-color: rgb(91,194,181); }
div.DivClassName
{
background-color: #5BC2B5;
}
.BgClassName
{
background-color: #5BC2B5;
}
</style>
border-color css
<style>
span { border-color: #5BC2B5; }
span { border-color: rgb(91,194,181); }
td.TdClassName
{
border-color: #5BC2B5;
}
.TagClassName
{
border-color: #5BC2B5;
}
</style>