Shades of Puerto Rico #5BBDB2
Tints of Puerto Rico #5BBDB2
RGB
CMYK
RGB Variations
Color information
#5BBDB2 (or 0x5BBDB2) is known color: Puerto Rico. HEX triplet: 5B, BD and B2. RGB value is (91,189,178). Sum of RGB (Red+Green+Blue) = 91+189+178=458 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.87% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBDB2 is #A4424D. Grayscale: #9E9E9E. Windows color (decimal): -10764878 or 11713883. OLE color: 11713883.
HSL color Cylindrical-coordinate representation of color #5BBDB2: hue angle of 173.27º degrees, saturation: 0.43, 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 #5BBDB2 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 178 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.26 |
| HSL | 173.27º | 0.43% | 0.55% | - |
| HSV(B) | 173.27º | 0.52% | 0.74% | - |
| XYZ | 30.55 | 41.83 | 48.58 | - |
| YUV | 158.44 | 139.03 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 178 | 0.52 | 0 | 0.06 | 0.26 | 173.27 | 0.43 | 0.55 |
| Hex | 5B | BD | B2 | 34 | 0 | 6 | 1A | AD | 2B | 37 |
| Octal | 133 | 275 | 262 | 64 | 0 | 6 | 32 | 255 | 53 | 67 |
| Binary | 1011011 | 10111101 | 10110010 | 110100 | 0 | 110 | 11010 | 10101101 | 101011 | 110111 |
Color Harmonies of #5BBDB2
Complementary color
Monochromatic Colors of #5BBDB2
Black with #5BBDB2
Text Example
Text Example
White with #5BBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBDB2; }
p { color: rgb(91,189,178); }
H1.HeaderClassName
{
color: #5BBDB2;
}
.AnyTagClassName
{
color: #5BBDB2;
}
</style>
background-color css
<style>
a { background-color: #5BBDB2; }
a { background-color: rgb(91,189,178); }
div.DivClassName
{
background-color: #5BBDB2;
}
.BgClassName
{
background-color: #5BBDB2;
}
</style>
border-color css
<style>
span { border-color: #5BBDB2; }
span { border-color: rgb(91,189,178); }
td.TdClassName
{
border-color: #5BBDB2;
}
.TagClassName
{
border-color: #5BBDB2;
}
</style>