Shades of Puerto Rico #58BCAA
Tints of Puerto Rico #58BCAA
RGB
CMYK
RGB Variations
Color information
#58BCAA (or 0x58BCAA) is known color: Puerto Rico. HEX triplet: 58, BC and AA. RGB value is (88,188,170). Sum of RGB (Red+Green+Blue) = 88+188+170=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #58BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BCAA is #A74355. Grayscale: #9C9C9C. Windows color (decimal): -10961750 or 11189336. OLE color: 11189336.
HSL color Cylindrical-coordinate representation of color #58BCAA: hue angle of 169.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 #58BCAA is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 170 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.26 |
| HSL | 169.2º | 0.43% | 0.54% | - |
| HSV(B) | 169.2º | 0.53% | 0.74% | - |
| XYZ | 29.26 | 40.94 | 44.39 | - |
| YUV | 156.05 | 135.87 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 170 | 0.53 | 0 | 0.10 | 0.26 | 169.2 | 0.43 | 0.54 |
| Hex | 58 | BC | AA | 35 | 0 | A | 1A | A9 | 2B | 36 |
| Octal | 130 | 274 | 252 | 65 | 0 | 12 | 32 | 251 | 53 | 66 |
| Binary | 1011000 | 10111100 | 10101010 | 110101 | 0 | 1010 | 11010 | 10101001 | 101011 | 110110 |
Color Harmonies of #58BCAA
Complementary color
Monochromatic Colors of #58BCAA
Black with #58BCAA
Text Example
Text Example
White with #58BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCAA; }
p { color: rgb(88,188,170); }
H1.HeaderClassName
{
color: #58BCAA;
}
.AnyTagClassName
{
color: #58BCAA;
}
</style>
background-color css
<style>
a { background-color: #58BCAA; }
a { background-color: rgb(88,188,170); }
div.DivClassName
{
background-color: #58BCAA;
}
.BgClassName
{
background-color: #58BCAA;
}
</style>
border-color css
<style>
span { border-color: #58BCAA; }
span { border-color: rgb(88,188,170); }
td.TdClassName
{
border-color: #58BCAA;
}
.TagClassName
{
border-color: #58BCAA;
}
</style>