Shades of Puerto Rico #58ABA2
Tints of Puerto Rico #58ABA2
RGB
CMYK
RGB Variations
Color information
#58ABA2 (or 0x58ABA2) is known color: Puerto Rico. HEX triplet: 58, AB and A2. RGB value is (88,171,162). Sum of RGB (Red+Green+Blue) = 88+171+162=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #58ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ABA2 is #A7545D. Grayscale: #919191. Windows color (decimal): -10966110 or 10660696. OLE color: 10660696.
HSL color Cylindrical-coordinate representation of color #58ABA2: hue angle of 173.49º 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 #58ABA2 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 171 | 162 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.33 |
| HSL | 173.49º | 0.33% | 0.51% | - |
| HSV(B) | 173.49º | 0.49% | 0.67% | - |
| XYZ | 25.11 | 33.81 | 39.38 | - |
| YUV | 145.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 162 | 0.49 | 0 | 0.05 | 0.33 | 173.49 | 0.33 | 0.51 |
| Hex | 58 | AB | A2 | 31 | 0 | 5 | 21 | AD | 21 | 33 |
| Octal | 130 | 253 | 242 | 61 | 0 | 5 | 41 | 255 | 41 | 63 |
| Binary | 1011000 | 10101011 | 10100010 | 110001 | 0 | 101 | 100001 | 10101101 | 100001 | 110011 |
Color Harmonies of #58ABA2
Complementary color
Monochromatic Colors of #58ABA2
Black with #58ABA2
Text Example
Text Example
White with #58ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ABA2; }
p { color: rgb(88,171,162); }
H1.HeaderClassName
{
color: #58ABA2;
}
.AnyTagClassName
{
color: #58ABA2;
}
</style>
background-color css
<style>
a { background-color: #58ABA2; }
a { background-color: rgb(88,171,162); }
div.DivClassName
{
background-color: #58ABA2;
}
.BgClassName
{
background-color: #58ABA2;
}
</style>
border-color css
<style>
span { border-color: #58ABA2; }
span { border-color: rgb(88,171,162); }
td.TdClassName
{
border-color: #58ABA2;
}
.TagClassName
{
border-color: #58ABA2;
}
</style>