Shades of Puerto Rico #58C89D
Tints of Puerto Rico #58C89D
RGB
CMYK
RGB Variations
Color information
#58C89D (or 0x58C89D) is known color: Puerto Rico. HEX triplet: 58, C8 and 9D. RGB value is (88,200,157). Sum of RGB (Red+Green+Blue) = 88+200+157=445 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.78% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #58C89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C89D is #A73762. Grayscale: #A1A1A1. Windows color (decimal): -10958691 or 10340440. OLE color: 10340440.
HSL color Cylindrical-coordinate representation of color #58C89D: hue angle of 156.96º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C89D is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 200 | 157 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.22 |
| HSL | 156.96º | 0.5% | 0.56% | - |
| HSV(B) | 156.96º | 0.56% | 0.78% | - |
| XYZ | 30.76 | 45.82 | 39.12 | - |
| YUV | 161.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 200 | 157 | 0.56 | 0 | 0.22 | 0.22 | 156.96 | 0.5 | 0.56 |
| Hex | 58 | C8 | 9D | 38 | 0 | 16 | 16 | 9D | 32 | 38 |
| Octal | 130 | 310 | 235 | 70 | 0 | 26 | 26 | 235 | 62 | 70 |
| Binary | 1011000 | 11001000 | 10011101 | 111000 | 0 | 10110 | 10110 | 10011101 | 110010 | 111000 |
Color Harmonies of #58C89D
Complementary color
Monochromatic Colors of #58C89D
Black with #58C89D
Text Example
Text Example
White with #58C89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C89D; }
p { color: rgb(88,200,157); }
H1.HeaderClassName
{
color: #58C89D;
}
.AnyTagClassName
{
color: #58C89D;
}
</style>
background-color css
<style>
a { background-color: #58C89D; }
a { background-color: rgb(88,200,157); }
div.DivClassName
{
background-color: #58C89D;
}
.BgClassName
{
background-color: #58C89D;
}
</style>
border-color css
<style>
span { border-color: #58C89D; }
span { border-color: rgb(88,200,157); }
td.TdClassName
{
border-color: #58C89D;
}
.TagClassName
{
border-color: #58C89D;
}
</style>