Shades of Puerto Rico #58B1A0
Tints of Puerto Rico #58B1A0
RGB
CMYK
RGB Variations
Color information
#58B1A0 (or 0x58B1A0) is known color: Puerto Rico. HEX triplet: 58, B1 and A0. RGB value is (88,177,160). Sum of RGB (Red+Green+Blue) = 88+177+160=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #58B1A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B1A0 is #A74E5F. Grayscale: #949494. Windows color (decimal): -10964576 or 10531160. OLE color: 10531160.
HSL color Cylindrical-coordinate representation of color #58B1A0: hue angle of 168.54º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58B1A0 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 177 | 160 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.31 |
| HSL | 168.54º | 0.36% | 0.52% | - |
| HSV(B) | 168.54º | 0.5% | 0.69% | - |
| XYZ | 26.09 | 36.06 | 38.84 | - |
| YUV | 148.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 177 | 160 | 0.50 | 0 | 0.10 | 0.31 | 168.54 | 0.36 | 0.52 |
| Hex | 58 | B1 | A0 | 32 | 0 | A | 1F | A9 | 24 | 34 |
| Octal | 130 | 261 | 240 | 62 | 0 | 12 | 37 | 251 | 44 | 64 |
| Binary | 1011000 | 10110001 | 10100000 | 110010 | 0 | 1010 | 11111 | 10101001 | 100100 | 110100 |
Color Harmonies of #58B1A0
Complementary color
Monochromatic Colors of #58B1A0
Black with #58B1A0
Text Example
Text Example
White with #58B1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B1A0; }
p { color: rgb(88,177,160); }
H1.HeaderClassName
{
color: #58B1A0;
}
.AnyTagClassName
{
color: #58B1A0;
}
</style>
background-color css
<style>
a { background-color: #58B1A0; }
a { background-color: rgb(88,177,160); }
div.DivClassName
{
background-color: #58B1A0;
}
.BgClassName
{
background-color: #58B1A0;
}
</style>
border-color css
<style>
span { border-color: #58B1A0; }
span { border-color: rgb(88,177,160); }
td.TdClassName
{
border-color: #58B1A0;
}
.TagClassName
{
border-color: #58B1A0;
}
</style>