Shades of Puerto Rico #58BDB0
Tints of Puerto Rico #58BDB0
RGB
CMYK
RGB Variations
Color information
#58BDB0 (or 0x58BDB0) is known color: Puerto Rico. HEX triplet: 58, BD and B0. RGB value is (88,189,176). Sum of RGB (Red+Green+Blue) = 88+189+176=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BDB0 is #A7424F. Grayscale: #9D9D9D. Windows color (decimal): -10961488 or 11582808. OLE color: 11582808.
HSL color Cylindrical-coordinate representation of color #58BDB0: hue angle of 172.28º 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 #58BDB0 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 189 | 176 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.26 |
| HSL | 172.28º | 0.43% | 0.54% | - |
| HSV(B) | 172.28º | 0.53% | 0.74% | - |
| XYZ | 30.06 | 41.6 | 47.52 | - |
| YUV | 157.32 | 138.54 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 176 | 0.53 | 0 | 0.07 | 0.26 | 172.28 | 0.43 | 0.54 |
| Hex | 58 | BD | B0 | 35 | 0 | 7 | 1A | AC | 2B | 36 |
| Octal | 130 | 275 | 260 | 65 | 0 | 7 | 32 | 254 | 53 | 66 |
| Binary | 1011000 | 10111101 | 10110000 | 110101 | 0 | 111 | 11010 | 10101100 | 101011 | 110110 |
Color Harmonies of #58BDB0
Complementary color
Monochromatic Colors of #58BDB0
Black with #58BDB0
Text Example
Text Example
White with #58BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDB0; }
p { color: rgb(88,189,176); }
H1.HeaderClassName
{
color: #58BDB0;
}
.AnyTagClassName
{
color: #58BDB0;
}
</style>
background-color css
<style>
a { background-color: #58BDB0; }
a { background-color: rgb(88,189,176); }
div.DivClassName
{
background-color: #58BDB0;
}
.BgClassName
{
background-color: #58BDB0;
}
</style>
border-color css
<style>
span { border-color: #58BDB0; }
span { border-color: rgb(88,189,176); }
td.TdClassName
{
border-color: #58BDB0;
}
.TagClassName
{
border-color: #58BDB0;
}
</style>