Shades of Puerto Rico #58C2A6
Tints of Puerto Rico #58C2A6
RGB
CMYK
RGB Variations
Color information
#58C2A6 (or 0x58C2A6) is known color: Puerto Rico. HEX triplet: 58, C2 and A6. RGB value is (88,194,166). Sum of RGB (Red+Green+Blue) = 88+194+166=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #58C2A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C2A6 is #A73D59. Grayscale: #9F9F9F. Windows color (decimal): -10960218 or 10928728. OLE color: 10928728.
HSL color Cylindrical-coordinate representation of color #58C2A6: hue angle of 164.15º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C2A6 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 194 | 166 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.24 |
| HSL | 164.15º | 0.46% | 0.55% | - |
| HSV(B) | 164.15º | 0.55% | 0.76% | - |
| XYZ | 30.2 | 43.41 | 42.86 | - |
| YUV | 159.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 166 | 0.55 | 0 | 0.14 | 0.24 | 164.15 | 0.46 | 0.55 |
| Hex | 58 | C2 | A6 | 37 | 0 | E | 18 | A4 | 2E | 37 |
| Octal | 130 | 302 | 246 | 67 | 0 | 16 | 30 | 244 | 56 | 67 |
| Binary | 1011000 | 11000010 | 10100110 | 110111 | 0 | 1110 | 11000 | 10100100 | 101110 | 110111 |
Color Harmonies of #58C2A6
Complementary color
Monochromatic Colors of #58C2A6
Black with #58C2A6
Text Example
Text Example
White with #58C2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C2A6; }
p { color: rgb(88,194,166); }
H1.HeaderClassName
{
color: #58C2A6;
}
.AnyTagClassName
{
color: #58C2A6;
}
</style>
background-color css
<style>
a { background-color: #58C2A6; }
a { background-color: rgb(88,194,166); }
div.DivClassName
{
background-color: #58C2A6;
}
.BgClassName
{
background-color: #58C2A6;
}
</style>
border-color css
<style>
span { border-color: #58C2A6; }
span { border-color: rgb(88,194,166); }
td.TdClassName
{
border-color: #58C2A6;
}
.TagClassName
{
border-color: #58C2A6;
}
</style>