Shades of Puerto Rico #58BCA8
Tints of Puerto Rico #58BCA8
RGB
CMYK
RGB Variations
Color information
#58BCA8 (or 0x58BCA8) is known color: Puerto Rico. HEX triplet: 58, BC and A8. RGB value is (88,188,168). Sum of RGB (Red+Green+Blue) = 88+188+168=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #58BCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BCA8 is #A74357. Grayscale: #9B9B9B. Windows color (decimal): -10961752 or 11058264. OLE color: 11058264.
HSL color Cylindrical-coordinate representation of color #58BCA8: hue angle of 168º 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 #58BCA8 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 168 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.26 |
| HSL | 168º | 0.43% | 0.54% | - |
| HSV(B) | 168º | 0.53% | 0.74% | - |
| XYZ | 29.08 | 40.87 | 43.4 | - |
| YUV | 155.82 | 134.87 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 168 | 0.53 | 0 | 0.11 | 0.26 | 168 | 0.43 | 0.54 |
| Hex | 58 | BC | A8 | 35 | 0 | B | 1A | A8 | 2B | 36 |
| Octal | 130 | 274 | 250 | 65 | 0 | 13 | 32 | 250 | 53 | 66 |
| Binary | 1011000 | 10111100 | 10101000 | 110101 | 0 | 1011 | 11010 | 10101000 | 101011 | 110110 |
Color Harmonies of #58BCA8
Complementary color
Monochromatic Colors of #58BCA8
Black with #58BCA8
Text Example
Text Example
White with #58BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCA8; }
p { color: rgb(88,188,168); }
H1.HeaderClassName
{
color: #58BCA8;
}
.AnyTagClassName
{
color: #58BCA8;
}
</style>
background-color css
<style>
a { background-color: #58BCA8; }
a { background-color: rgb(88,188,168); }
div.DivClassName
{
background-color: #58BCA8;
}
.BgClassName
{
background-color: #58BCA8;
}
</style>
border-color css
<style>
span { border-color: #58BCA8; }
span { border-color: rgb(88,188,168); }
td.TdClassName
{
border-color: #58BCA8;
}
.TagClassName
{
border-color: #58BCA8;
}
</style>