Shades of Puerto Rico #59BCA2
Tints of Puerto Rico #59BCA2
RGB
CMYK
RGB Variations
Color information
#59BCA2 (or 0x59BCA2) is known color: Puerto Rico. HEX triplet: 59, BC and A2. RGB value is (89,188,162). Sum of RGB (Red+Green+Blue) = 89+188+162=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCA2 is #A6435D. Grayscale: #9B9B9B. Windows color (decimal): -10896222 or 10665049. OLE color: 10665049.
HSL color Cylindrical-coordinate representation of color #59BCA2: hue angle of 164.24º degrees, saturation: 0.42, 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 #59BCA2 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 162 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.26 |
| HSL | 164.24º | 0.42% | 0.54% | - |
| HSV(B) | 164.24º | 0.53% | 0.74% | - |
| XYZ | 28.62 | 40.7 | 40.53 | - |
| YUV | 155.44 | 131.7 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 162 | 0.53 | 0 | 0.14 | 0.26 | 164.24 | 0.42 | 0.54 |
| Hex | 59 | BC | A2 | 35 | 0 | E | 1A | A4 | 2A | 36 |
| Octal | 131 | 274 | 242 | 65 | 0 | 16 | 32 | 244 | 52 | 66 |
| Binary | 1011001 | 10111100 | 10100010 | 110101 | 0 | 1110 | 11010 | 10100100 | 101010 | 110110 |
Color Harmonies of #59BCA2
Complementary color
Monochromatic Colors of #59BCA2
Black with #59BCA2
Text Example
Text Example
White with #59BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCA2; }
p { color: rgb(89,188,162); }
H1.HeaderClassName
{
color: #59BCA2;
}
.AnyTagClassName
{
color: #59BCA2;
}
</style>
background-color css
<style>
a { background-color: #59BCA2; }
a { background-color: rgb(89,188,162); }
div.DivClassName
{
background-color: #59BCA2;
}
.BgClassName
{
background-color: #59BCA2;
}
</style>
border-color css
<style>
span { border-color: #59BCA2; }
span { border-color: rgb(89,188,162); }
td.TdClassName
{
border-color: #59BCA2;
}
.TagClassName
{
border-color: #59BCA2;
}
</style>