Shades of Puerto Rico #58BCA0
Tints of Puerto Rico #58BCA0
RGB
CMYK
RGB Variations
Color information
#58BCA0 (or 0x58BCA0) is known color: Puerto Rico. HEX triplet: 58, BC and A0. RGB value is (88,188,160). Sum of RGB (Red+Green+Blue) = 88+188+160=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #58BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BCA0 is #A7435F. Grayscale: #9A9A9A. Windows color (decimal): -10961760 or 10533976. OLE color: 10533976.
HSL color Cylindrical-coordinate representation of color #58BCA0: hue angle of 163.2º 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 #58BCA0 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 160 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.26 |
| HSL | 163.2º | 0.43% | 0.54% | - |
| HSV(B) | 163.2º | 0.53% | 0.74% | - |
| XYZ | 28.35 | 40.58 | 39.6 | - |
| YUV | 154.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 160 | 0.53 | 0 | 0.15 | 0.26 | 163.2 | 0.43 | 0.54 |
| Hex | 58 | BC | A0 | 35 | 0 | F | 1A | A3 | 2B | 36 |
| Octal | 130 | 274 | 240 | 65 | 0 | 17 | 32 | 243 | 53 | 66 |
| Binary | 1011000 | 10111100 | 10100000 | 110101 | 0 | 1111 | 11010 | 10100011 | 101011 | 110110 |
Color Harmonies of #58BCA0
Complementary color
Monochromatic Colors of #58BCA0
Black with #58BCA0
Text Example
Text Example
White with #58BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCA0; }
p { color: rgb(88,188,160); }
H1.HeaderClassName
{
color: #58BCA0;
}
.AnyTagClassName
{
color: #58BCA0;
}
</style>
background-color css
<style>
a { background-color: #58BCA0; }
a { background-color: rgb(88,188,160); }
div.DivClassName
{
background-color: #58BCA0;
}
.BgClassName
{
background-color: #58BCA0;
}
</style>
border-color css
<style>
span { border-color: #58BCA0; }
span { border-color: rgb(88,188,160); }
td.TdClassName
{
border-color: #58BCA0;
}
.TagClassName
{
border-color: #58BCA0;
}
</style>