Shades of Puerto Rico #58ABA0
Tints of Puerto Rico #58ABA0
RGB
CMYK
RGB Variations
Color information
#58ABA0 (or 0x58ABA0) is known color: Puerto Rico. HEX triplet: 58, AB and A0. RGB value is (88,171,160). Sum of RGB (Red+Green+Blue) = 88+171+160=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #58ABA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ABA0 is #A7545F. Grayscale: #909090. Windows color (decimal): -10966112 or 10529624. OLE color: 10529624.
HSL color Cylindrical-coordinate representation of color #58ABA0: hue angle of 172.05º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58ABA0 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 171 | 160 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.33 |
| HSL | 172.05º | 0.33% | 0.51% | - |
| HSV(B) | 172.05º | 0.49% | 0.67% | - |
| XYZ | 24.93 | 33.74 | 38.46 | - |
| YUV | 144.93 | 136.5 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 160 | 0.49 | 0 | 0.06 | 0.33 | 172.05 | 0.33 | 0.51 |
| Hex | 58 | AB | A0 | 31 | 0 | 6 | 21 | AC | 21 | 33 |
| Octal | 130 | 253 | 240 | 61 | 0 | 6 | 41 | 254 | 41 | 63 |
| Binary | 1011000 | 10101011 | 10100000 | 110001 | 0 | 110 | 100001 | 10101100 | 100001 | 110011 |
Color Harmonies of #58ABA0
Complementary color
Monochromatic Colors of #58ABA0
Black with #58ABA0
Text Example
Text Example
White with #58ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ABA0; }
p { color: rgb(88,171,160); }
H1.HeaderClassName
{
color: #58ABA0;
}
.AnyTagClassName
{
color: #58ABA0;
}
</style>
background-color css
<style>
a { background-color: #58ABA0; }
a { background-color: rgb(88,171,160); }
div.DivClassName
{
background-color: #58ABA0;
}
.BgClassName
{
background-color: #58ABA0;
}
</style>
border-color css
<style>
span { border-color: #58ABA0; }
span { border-color: rgb(88,171,160); }
td.TdClassName
{
border-color: #58ABA0;
}
.TagClassName
{
border-color: #58ABA0;
}
</style>