Shades of Puerto Rico #58C5A1
Tints of Puerto Rico #58C5A1
RGB
CMYK
RGB Variations
Color information
#58C5A1 (or 0x58C5A1) is known color: Puerto Rico. HEX triplet: 58, C5 and A1. RGB value is (88,197,161). Sum of RGB (Red+Green+Blue) = 88+197+161=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #58C5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C5A1 is #A73A5E. Grayscale: #A0A0A0. Windows color (decimal): -10959455 or 10601816. OLE color: 10601816.
HSL color Cylindrical-coordinate representation of color #58C5A1: hue angle of 160.18º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C5A1 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 197 | 161 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.23 |
| HSL | 160.18º | 0.48% | 0.56% | - |
| HSV(B) | 160.18º | 0.55% | 0.77% | - |
| XYZ | 30.42 | 44.58 | 40.72 | - |
| YUV | 160.31 | 128.39 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 197 | 161 | 0.55 | 0 | 0.18 | 0.23 | 160.18 | 0.48 | 0.56 |
| Hex | 58 | C5 | A1 | 37 | 0 | 12 | 17 | A0 | 30 | 38 |
| Octal | 130 | 305 | 241 | 67 | 0 | 22 | 27 | 240 | 60 | 70 |
| Binary | 1011000 | 11000101 | 10100001 | 110111 | 0 | 10010 | 10111 | 10100000 | 110000 | 111000 |
Color Harmonies of #58C5A1
Complementary color
Monochromatic Colors of #58C5A1
Black with #58C5A1
Text Example
Text Example
White with #58C5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C5A1; }
p { color: rgb(88,197,161); }
H1.HeaderClassName
{
color: #58C5A1;
}
.AnyTagClassName
{
color: #58C5A1;
}
</style>
background-color css
<style>
a { background-color: #58C5A1; }
a { background-color: rgb(88,197,161); }
div.DivClassName
{
background-color: #58C5A1;
}
.BgClassName
{
background-color: #58C5A1;
}
</style>
border-color css
<style>
span { border-color: #58C5A1; }
span { border-color: rgb(88,197,161); }
td.TdClassName
{
border-color: #58C5A1;
}
.TagClassName
{
border-color: #58C5A1;
}
</style>