Shades of Puerto Rico #58AA9E
Tints of Puerto Rico #58AA9E
RGB
CMYK
RGB Variations
Color information
#58AA9E (or 0x58AA9E) is known color: Puerto Rico. HEX triplet: 58, AA and 9E. RGB value is (88,170,158). Sum of RGB (Red+Green+Blue) = 88+170+158=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AA9E is #A75561. Grayscale: #909090. Windows color (decimal): -10966370 or 10398296. OLE color: 10398296.
HSL color Cylindrical-coordinate representation of color #58AA9E: hue angle of 171.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AA9E is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 170 | 158 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.33 |
| HSL | 171.22º | 0.33% | 0.51% | - |
| HSV(B) | 171.22º | 0.48% | 0.67% | - |
| XYZ | 24.57 | 33.29 | 37.48 | - |
| YUV | 144.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 158 | 0.48 | 0 | 0.07 | 0.33 | 171.22 | 0.33 | 0.51 |
| Hex | 58 | AA | 9E | 30 | 0 | 7 | 21 | AB | 21 | 33 |
| Octal | 130 | 252 | 236 | 60 | 0 | 7 | 41 | 253 | 41 | 63 |
| Binary | 1011000 | 10101010 | 10011110 | 110000 | 0 | 111 | 100001 | 10101011 | 100001 | 110011 |
Color Harmonies of #58AA9E
Complementary color
Monochromatic Colors of #58AA9E
Black with #58AA9E
Text Example
Text Example
White with #58AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AA9E; }
p { color: rgb(88,170,158); }
H1.HeaderClassName
{
color: #58AA9E;
}
.AnyTagClassName
{
color: #58AA9E;
}
</style>
background-color css
<style>
a { background-color: #58AA9E; }
a { background-color: rgb(88,170,158); }
div.DivClassName
{
background-color: #58AA9E;
}
.BgClassName
{
background-color: #58AA9E;
}
</style>
border-color css
<style>
span { border-color: #58AA9E; }
span { border-color: rgb(88,170,158); }
td.TdClassName
{
border-color: #58AA9E;
}
.TagClassName
{
border-color: #58AA9E;
}
</style>