Shades of Puerto Rico #58BEA6
Tints of Puerto Rico #58BEA6
RGB
CMYK
RGB Variations
Color information
#58BEA6 (or 0x58BEA6) is known color: Puerto Rico. HEX triplet: 58, BE and A6. RGB value is (88,190,166). Sum of RGB (Red+Green+Blue) = 88+190+166=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #58BEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BEA6 is #A74159. Grayscale: #9C9C9C. Windows color (decimal): -10961242 or 10927704. OLE color: 10927704.
HSL color Cylindrical-coordinate representation of color #58BEA6: hue angle of 165.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BEA6 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 190 | 166 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.25 |
| HSL | 165.88º | 0.44% | 0.55% | - |
| HSV(B) | 165.88º | 0.54% | 0.75% | - |
| XYZ | 29.32 | 41.65 | 42.57 | - |
| YUV | 156.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 190 | 166 | 0.54 | 0 | 0.13 | 0.25 | 165.88 | 0.44 | 0.55 |
| Hex | 58 | BE | A6 | 36 | 0 | D | 19 | A6 | 2C | 37 |
| Octal | 130 | 276 | 246 | 66 | 0 | 15 | 31 | 246 | 54 | 67 |
| Binary | 1011000 | 10111110 | 10100110 | 110110 | 0 | 1101 | 11001 | 10100110 | 101100 | 110111 |
Color Harmonies of #58BEA6
Complementary color
Monochromatic Colors of #58BEA6
Black with #58BEA6
Text Example
Text Example
White with #58BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BEA6; }
p { color: rgb(88,190,166); }
H1.HeaderClassName
{
color: #58BEA6;
}
.AnyTagClassName
{
color: #58BEA6;
}
</style>
background-color css
<style>
a { background-color: #58BEA6; }
a { background-color: rgb(88,190,166); }
div.DivClassName
{
background-color: #58BEA6;
}
.BgClassName
{
background-color: #58BEA6;
}
</style>
border-color css
<style>
span { border-color: #58BEA6; }
span { border-color: rgb(88,190,166); }
td.TdClassName
{
border-color: #58BEA6;
}
.TagClassName
{
border-color: #58BEA6;
}
</style>