Shades of Puerto Rico #58BDA0
Tints of Puerto Rico #58BDA0
RGB
CMYK
RGB Variations
Color information
#58BDA0 (or 0x58BDA0) is known color: Puerto Rico. HEX triplet: 58, BD and A0. RGB value is (88,189,160). Sum of RGB (Red+Green+Blue) = 88+189+160=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BDA0 is #A7425F. Grayscale: #9B9B9B. Windows color (decimal): -10961504 or 10534232. OLE color: 10534232.
HSL color Cylindrical-coordinate representation of color #58BDA0: hue angle of 162.77º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BDA0 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 189 | 160 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.26 |
| HSL | 162.77º | 0.43% | 0.54% | - |
| HSV(B) | 162.77º | 0.53% | 0.74% | - |
| XYZ | 28.57 | 41.01 | 39.67 | - |
| YUV | 155.5 | 130.54 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 160 | 0.53 | 0 | 0.15 | 0.26 | 162.77 | 0.43 | 0.54 |
| Hex | 58 | BD | A0 | 35 | 0 | F | 1A | A3 | 2B | 36 |
| Octal | 130 | 275 | 240 | 65 | 0 | 17 | 32 | 243 | 53 | 66 |
| Binary | 1011000 | 10111101 | 10100000 | 110101 | 0 | 1111 | 11010 | 10100011 | 101011 | 110110 |
Color Harmonies of #58BDA0
Complementary color
Monochromatic Colors of #58BDA0
Black with #58BDA0
Text Example
Text Example
White with #58BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDA0; }
p { color: rgb(88,189,160); }
H1.HeaderClassName
{
color: #58BDA0;
}
.AnyTagClassName
{
color: #58BDA0;
}
</style>
background-color css
<style>
a { background-color: #58BDA0; }
a { background-color: rgb(88,189,160); }
div.DivClassName
{
background-color: #58BDA0;
}
.BgClassName
{
background-color: #58BDA0;
}
</style>
border-color css
<style>
span { border-color: #58BDA0; }
span { border-color: rgb(88,189,160); }
td.TdClassName
{
border-color: #58BDA0;
}
.TagClassName
{
border-color: #58BDA0;
}
</style>