Shades of Puerto Rico #58BBAB
Tints of Puerto Rico #58BBAB
RGB
CMYK
RGB Variations
Color information
#58BBAB (or 0x58BBAB) is known color: Puerto Rico. HEX triplet: 58, BB and AB. RGB value is (88,187,171). Sum of RGB (Red+Green+Blue) = 88+187+171=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #58BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BBAB is #A74454. Grayscale: #9B9B9B. Windows color (decimal): -10962005 or 11254616. OLE color: 11254616.
HSL color Cylindrical-coordinate representation of color #58BBAB: hue angle of 170.3º 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 #58BBAB is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 187 | 171 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.27 |
| HSL | 170.3º | 0.42% | 0.54% | - |
| HSV(B) | 170.3º | 0.53% | 0.73% | - |
| XYZ | 29.15 | 40.56 | 44.82 | - |
| YUV | 155.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 187 | 171 | 0.53 | 0 | 0.09 | 0.27 | 170.3 | 0.42 | 0.54 |
| Hex | 58 | BB | AB | 35 | 0 | 9 | 1B | AA | 2A | 36 |
| Octal | 130 | 273 | 253 | 65 | 0 | 11 | 33 | 252 | 52 | 66 |
| Binary | 1011000 | 10111011 | 10101011 | 110101 | 0 | 1001 | 11011 | 10101010 | 101010 | 110110 |
Color Harmonies of #58BBAB
Complementary color
Monochromatic Colors of #58BBAB
Black with #58BBAB
Text Example
Text Example
White with #58BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BBAB; }
p { color: rgb(88,187,171); }
H1.HeaderClassName
{
color: #58BBAB;
}
.AnyTagClassName
{
color: #58BBAB;
}
</style>
background-color css
<style>
a { background-color: #58BBAB; }
a { background-color: rgb(88,187,171); }
div.DivClassName
{
background-color: #58BBAB;
}
.BgClassName
{
background-color: #58BBAB;
}
</style>
border-color css
<style>
span { border-color: #58BBAB; }
span { border-color: rgb(88,187,171); }
td.TdClassName
{
border-color: #58BBAB;
}
.TagClassName
{
border-color: #58BBAB;
}
</style>