Shades of Puerto Rico #58BAB0
Tints of Puerto Rico #58BAB0
RGB
CMYK
RGB Variations
Color information
#58BAB0 (or 0x58BAB0) is known color: Puerto Rico. HEX triplet: 58, BA and B0. RGB value is (88,186,176). Sum of RGB (Red+Green+Blue) = 88+186+176=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #58BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BAB0 is #A7454F. Grayscale: #9B9B9B. Windows color (decimal): -10962256 or 11582040. OLE color: 11582040.
HSL color Cylindrical-coordinate representation of color #58BAB0: hue angle of 173.88º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BAB0 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 186 | 176 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.27 |
| HSL | 173.88º | 0.42% | 0.54% | - |
| HSV(B) | 173.88º | 0.53% | 0.73% | - |
| XYZ | 29.42 | 40.33 | 47.31 | - |
| YUV | 155.56 | 139.53 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 176 | 0.53 | 0 | 0.05 | 0.27 | 173.88 | 0.42 | 0.54 |
| Hex | 58 | BA | B0 | 35 | 0 | 5 | 1B | AE | 2A | 36 |
| Octal | 130 | 272 | 260 | 65 | 0 | 5 | 33 | 256 | 52 | 66 |
| Binary | 1011000 | 10111010 | 10110000 | 110101 | 0 | 101 | 11011 | 10101110 | 101010 | 110110 |
Color Harmonies of #58BAB0
Complementary color
Monochromatic Colors of #58BAB0
Black with #58BAB0
Text Example
Text Example
White with #58BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BAB0; }
p { color: rgb(88,186,176); }
H1.HeaderClassName
{
color: #58BAB0;
}
.AnyTagClassName
{
color: #58BAB0;
}
</style>
background-color css
<style>
a { background-color: #58BAB0; }
a { background-color: rgb(88,186,176); }
div.DivClassName
{
background-color: #58BAB0;
}
.BgClassName
{
background-color: #58BAB0;
}
</style>
border-color css
<style>
span { border-color: #58BAB0; }
span { border-color: rgb(88,186,176); }
td.TdClassName
{
border-color: #58BAB0;
}
.TagClassName
{
border-color: #58BAB0;
}
</style>