Shades of Puerto Rico #58B79F
Tints of Puerto Rico #58B79F
RGB
CMYK
RGB Variations
Color information
#58B79F (or 0x58B79F) is known color: Puerto Rico. HEX triplet: 58, B7 and 9F. RGB value is (88,183,159). Sum of RGB (Red+Green+Blue) = 88+183+159=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #58B79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B79F is #A74860. Grayscale: #979797. Windows color (decimal): -10963041 or 10467160. OLE color: 10467160.
HSL color Cylindrical-coordinate representation of color #58B79F: hue angle of 164.84º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B79F is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 183 | 159 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.28 |
| HSL | 164.84º | 0.4% | 0.53% | - |
| HSV(B) | 164.84º | 0.52% | 0.72% | - |
| XYZ | 27.22 | 38.44 | 38.79 | - |
| YUV | 151.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 183 | 159 | 0.52 | 0 | 0.13 | 0.28 | 164.84 | 0.4 | 0.53 |
| Hex | 58 | B7 | 9F | 34 | 0 | D | 1C | A5 | 28 | 35 |
| Octal | 130 | 267 | 237 | 64 | 0 | 15 | 34 | 245 | 50 | 65 |
| Binary | 1011000 | 10110111 | 10011111 | 110100 | 0 | 1101 | 11100 | 10100101 | 101000 | 110101 |
Color Harmonies of #58B79F
Complementary color
Monochromatic Colors of #58B79F
Black with #58B79F
Text Example
Text Example
White with #58B79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B79F; }
p { color: rgb(88,183,159); }
H1.HeaderClassName
{
color: #58B79F;
}
.AnyTagClassName
{
color: #58B79F;
}
</style>
background-color css
<style>
a { background-color: #58B79F; }
a { background-color: rgb(88,183,159); }
div.DivClassName
{
background-color: #58B79F;
}
.BgClassName
{
background-color: #58B79F;
}
</style>
border-color css
<style>
span { border-color: #58B79F; }
span { border-color: rgb(88,183,159); }
td.TdClassName
{
border-color: #58B79F;
}
.TagClassName
{
border-color: #58B79F;
}
</style>