Shades of Puerto Rico #58C89F
Tints of Puerto Rico #58C89F
RGB
CMYK
RGB Variations
Color information
#58C89F (or 0x58C89F) is known color: Puerto Rico. HEX triplet: 58, C8 and 9F. RGB value is (88,200,159). Sum of RGB (Red+Green+Blue) = 88+200+159=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #58C89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C89F is #A73760. Grayscale: #A1A1A1. Windows color (decimal): -10958689 or 10471512. OLE color: 10471512.
HSL color Cylindrical-coordinate representation of color #58C89F: hue angle of 158.04º 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 #58C89F is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 200 | 159 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.22 |
| HSL | 158.04º | 0.5% | 0.56% | - |
| HSV(B) | 158.04º | 0.56% | 0.78% | - |
| XYZ | 30.94 | 45.89 | 40.03 | - |
| YUV | 161.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 200 | 159 | 0.56 | 0 | 0.20 | 0.22 | 158.04 | 0.5 | 0.56 |
| Hex | 58 | C8 | 9F | 38 | 0 | 14 | 16 | 9E | 32 | 38 |
| Octal | 130 | 310 | 237 | 70 | 0 | 24 | 26 | 236 | 62 | 70 |
| Binary | 1011000 | 11001000 | 10011111 | 111000 | 0 | 10100 | 10110 | 10011110 | 110010 | 111000 |
Color Harmonies of #58C89F
Complementary color
Monochromatic Colors of #58C89F
Black with #58C89F
Text Example
Text Example
White with #58C89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C89F; }
p { color: rgb(88,200,159); }
H1.HeaderClassName
{
color: #58C89F;
}
.AnyTagClassName
{
color: #58C89F;
}
</style>
background-color css
<style>
a { background-color: #58C89F; }
a { background-color: rgb(88,200,159); }
div.DivClassName
{
background-color: #58C89F;
}
.BgClassName
{
background-color: #58C89F;
}
</style>
border-color css
<style>
span { border-color: #58C89F; }
span { border-color: rgb(88,200,159); }
td.TdClassName
{
border-color: #58C89F;
}
.TagClassName
{
border-color: #58C89F;
}
</style>