Shades of Puerto Rico #58BCB5
Tints of Puerto Rico #58BCB5
RGB
CMYK
RGB Variations
Color information
#58BCB5 (or 0x58BCB5) is known color: Puerto Rico. HEX triplet: 58, BC and B5. RGB value is (88,188,181). Sum of RGB (Red+Green+Blue) = 88+188+181=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #58BCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCB5 is #A7434A. Grayscale: #9D9D9D. Windows color (decimal): -10961739 or 11910232. OLE color: 11910232.
HSL color Cylindrical-coordinate representation of color #58BCB5: hue angle of 175.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BCB5 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 181 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.26 |
| HSL | 175.8º | 0.43% | 0.54% | - |
| HSV(B) | 175.8º | 0.53% | 0.74% | - |
| XYZ | 30.35 | 41.38 | 50.1 | - |
| YUV | 157.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 181 | 0.53 | 0 | 0.04 | 0.26 | 175.8 | 0.43 | 0.54 |
| Hex | 58 | BC | B5 | 35 | 0 | 4 | 1A | B0 | 2B | 36 |
| Octal | 130 | 274 | 265 | 65 | 0 | 4 | 32 | 260 | 53 | 66 |
| Binary | 1011000 | 10111100 | 10110101 | 110101 | 0 | 100 | 11010 | 10110000 | 101011 | 110110 |
Color Harmonies of #58BCB5
Complementary color
Monochromatic Colors of #58BCB5
Black with #58BCB5
Text Example
Text Example
White with #58BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCB5; }
p { color: rgb(88,188,181); }
H1.HeaderClassName
{
color: #58BCB5;
}
.AnyTagClassName
{
color: #58BCB5;
}
</style>
background-color css
<style>
a { background-color: #58BCB5; }
a { background-color: rgb(88,188,181); }
div.DivClassName
{
background-color: #58BCB5;
}
.BgClassName
{
background-color: #58BCB5;
}
</style>
border-color css
<style>
span { border-color: #58BCB5; }
span { border-color: rgb(88,188,181); }
td.TdClassName
{
border-color: #58BCB5;
}
.TagClassName
{
border-color: #58BCB5;
}
</style>