Shades of Puerto Rico #58BCA2
Tints of Puerto Rico #58BCA2
RGB
CMYK
RGB Variations
Color information
#58BCA2 (or 0x58BCA2) is known color: Puerto Rico. HEX triplet: 58, BC and A2. RGB value is (88,188,162). Sum of RGB (Red+Green+Blue) = 88+188+162=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #58BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BCA2 is #A7435D. Grayscale: #9B9B9B. Windows color (decimal): -10961758 or 10665048. OLE color: 10665048.
HSL color Cylindrical-coordinate representation of color #58BCA2: hue angle of 164.4º 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 #58BCA2 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 162 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.26 |
| HSL | 164.4º | 0.43% | 0.54% | - |
| HSV(B) | 164.4º | 0.53% | 0.74% | - |
| XYZ | 28.53 | 40.65 | 40.52 | - |
| YUV | 155.14 | 131.87 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 162 | 0.53 | 0 | 0.14 | 0.26 | 164.4 | 0.43 | 0.54 |
| Hex | 58 | BC | A2 | 35 | 0 | E | 1A | A4 | 2B | 36 |
| Octal | 130 | 274 | 242 | 65 | 0 | 16 | 32 | 244 | 53 | 66 |
| Binary | 1011000 | 10111100 | 10100010 | 110101 | 0 | 1110 | 11010 | 10100100 | 101011 | 110110 |
Color Harmonies of #58BCA2
Complementary color
Monochromatic Colors of #58BCA2
Black with #58BCA2
Text Example
Text Example
White with #58BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCA2; }
p { color: rgb(88,188,162); }
H1.HeaderClassName
{
color: #58BCA2;
}
.AnyTagClassName
{
color: #58BCA2;
}
</style>
background-color css
<style>
a { background-color: #58BCA2; }
a { background-color: rgb(88,188,162); }
div.DivClassName
{
background-color: #58BCA2;
}
.BgClassName
{
background-color: #58BCA2;
}
</style>
border-color css
<style>
span { border-color: #58BCA2; }
span { border-color: rgb(88,188,162); }
td.TdClassName
{
border-color: #58BCA2;
}
.TagClassName
{
border-color: #58BCA2;
}
</style>