Shades of Puerto Rico #58BAAC
Tints of Puerto Rico #58BAAC
RGB
CMYK
RGB Variations
Color information
#58BAAC (or 0x58BAAC) is known color: Puerto Rico. HEX triplet: 58, BA and AC. RGB value is (88,186,172). Sum of RGB (Red+Green+Blue) = 88+186+172=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #58BAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BAAC is #A74553. Grayscale: #9B9B9B. Windows color (decimal): -10962260 or 11319896. OLE color: 11319896.
HSL color Cylindrical-coordinate representation of color #58BAAC: hue angle of 171.43º 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 #58BAAC is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 186 | 172 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.27 |
| HSL | 171.43º | 0.42% | 0.54% | - |
| HSV(B) | 171.43º | 0.53% | 0.73% | - |
| XYZ | 29.03 | 40.17 | 45.25 | - |
| YUV | 155.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 172 | 0.53 | 0 | 0.08 | 0.27 | 171.43 | 0.42 | 0.54 |
| Hex | 58 | BA | AC | 35 | 0 | 8 | 1B | AB | 2A | 36 |
| Octal | 130 | 272 | 254 | 65 | 0 | 10 | 33 | 253 | 52 | 66 |
| Binary | 1011000 | 10111010 | 10101100 | 110101 | 0 | 1000 | 11011 | 10101011 | 101010 | 110110 |
Color Harmonies of #58BAAC
Complementary color
Monochromatic Colors of #58BAAC
Black with #58BAAC
Text Example
Text Example
White with #58BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BAAC; }
p { color: rgb(88,186,172); }
H1.HeaderClassName
{
color: #58BAAC;
}
.AnyTagClassName
{
color: #58BAAC;
}
</style>
background-color css
<style>
a { background-color: #58BAAC; }
a { background-color: rgb(88,186,172); }
div.DivClassName
{
background-color: #58BAAC;
}
.BgClassName
{
background-color: #58BAAC;
}
</style>
border-color css
<style>
span { border-color: #58BAAC; }
span { border-color: rgb(88,186,172); }
td.TdClassName
{
border-color: #58BAAC;
}
.TagClassName
{
border-color: #58BAAC;
}
</style>