Shades of Puerto Rico #58AFA6
Tints of Puerto Rico #58AFA6
RGB
CMYK
RGB Variations
Color information
#58AFA6 (or 0x58AFA6) is known color: Puerto Rico. HEX triplet: 58, AF and A6. RGB value is (88,175,166). Sum of RGB (Red+Green+Blue) = 88+175+166=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #58AFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AFA6 is #A75059. Grayscale: #939393. Windows color (decimal): -10965082 or 10923864. OLE color: 10923864.
HSL color Cylindrical-coordinate representation of color #58AFA6: hue angle of 173.79º degrees, saturation: 0.35, 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 #58AFA6 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 175 | 166 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.31 |
| HSL | 173.79º | 0.35% | 0.52% | - |
| HSV(B) | 173.79º | 0.5% | 0.69% | - |
| XYZ | 26.24 | 35.49 | 41.54 | - |
| YUV | 147.96 | 138.18 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 175 | 166 | 0.50 | 0 | 0.05 | 0.31 | 173.79 | 0.35 | 0.52 |
| Hex | 58 | AF | A6 | 32 | 0 | 5 | 1F | AE | 23 | 34 |
| Octal | 130 | 257 | 246 | 62 | 0 | 5 | 37 | 256 | 43 | 64 |
| Binary | 1011000 | 10101111 | 10100110 | 110010 | 0 | 101 | 11111 | 10101110 | 100011 | 110100 |
Color Harmonies of #58AFA6
Complementary color
Monochromatic Colors of #58AFA6
Black with #58AFA6
Text Example
Text Example
White with #58AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AFA6; }
p { color: rgb(88,175,166); }
H1.HeaderClassName
{
color: #58AFA6;
}
.AnyTagClassName
{
color: #58AFA6;
}
</style>
background-color css
<style>
a { background-color: #58AFA6; }
a { background-color: rgb(88,175,166); }
div.DivClassName
{
background-color: #58AFA6;
}
.BgClassName
{
background-color: #58AFA6;
}
</style>
border-color css
<style>
span { border-color: #58AFA6; }
span { border-color: rgb(88,175,166); }
td.TdClassName
{
border-color: #58AFA6;
}
.TagClassName
{
border-color: #58AFA6;
}
</style>