Shades of Puerto Rico #58C1A8
Tints of Puerto Rico #58C1A8
RGB
CMYK
RGB Variations
Color information
#58C1A8 (or 0x58C1A8) is known color: Puerto Rico. HEX triplet: 58, C1 and A8. RGB value is (88,193,168). Sum of RGB (Red+Green+Blue) = 88+193+168=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #58C1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C1A8 is #A73E57. Grayscale: #9E9E9E. Windows color (decimal): -10960472 or 11059544. OLE color: 11059544.
HSL color Cylindrical-coordinate representation of color #58C1A8: hue angle of 165.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C1A8 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 193 | 168 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.24 |
| HSL | 165.71º | 0.46% | 0.55% | - |
| HSV(B) | 165.71º | 0.54% | 0.76% | - |
| XYZ | 30.16 | 43.04 | 43.76 | - |
| YUV | 158.76 | 133.21 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 193 | 168 | 0.54 | 0 | 0.13 | 0.24 | 165.71 | 0.46 | 0.55 |
| Hex | 58 | C1 | A8 | 36 | 0 | D | 18 | A6 | 2E | 37 |
| Octal | 130 | 301 | 250 | 66 | 0 | 15 | 30 | 246 | 56 | 67 |
| Binary | 1011000 | 11000001 | 10101000 | 110110 | 0 | 1101 | 11000 | 10100110 | 101110 | 110111 |
Color Harmonies of #58C1A8
Complementary color
Monochromatic Colors of #58C1A8
Black with #58C1A8
Text Example
Text Example
White with #58C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C1A8; }
p { color: rgb(88,193,168); }
H1.HeaderClassName
{
color: #58C1A8;
}
.AnyTagClassName
{
color: #58C1A8;
}
</style>
background-color css
<style>
a { background-color: #58C1A8; }
a { background-color: rgb(88,193,168); }
div.DivClassName
{
background-color: #58C1A8;
}
.BgClassName
{
background-color: #58C1A8;
}
</style>
border-color css
<style>
span { border-color: #58C1A8; }
span { border-color: rgb(88,193,168); }
td.TdClassName
{
border-color: #58C1A8;
}
.TagClassName
{
border-color: #58C1A8;
}
</style>