Shades of Puerto Rico #59BCB3
Tints of Puerto Rico #59BCB3
RGB
CMYK
RGB Variations
Color information
#59BCB3 (or 0x59BCB3) is known color: Puerto Rico. HEX triplet: 59, BC and B3. RGB value is (89,188,179). Sum of RGB (Red+Green+Blue) = 89+188+179=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCB3 is #A6434C. Grayscale: #9D9D9D. Windows color (decimal): -10896205 or 11779161. OLE color: 11779161.
HSL color Cylindrical-coordinate representation of color #59BCB3: hue angle of 174.55º 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 #59BCB3 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 179 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.26 |
| HSL | 174.55º | 0.42% | 0.54% | - |
| HSV(B) | 174.55º | 0.53% | 0.74% | - |
| XYZ | 30.24 | 41.34 | 49.03 | - |
| YUV | 157.37 | 140.2 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 179 | 0.53 | 0 | 0.05 | 0.26 | 174.55 | 0.42 | 0.54 |
| Hex | 59 | BC | B3 | 35 | 0 | 5 | 1A | AF | 2A | 36 |
| Octal | 131 | 274 | 263 | 65 | 0 | 5 | 32 | 257 | 52 | 66 |
| Binary | 1011001 | 10111100 | 10110011 | 110101 | 0 | 101 | 11010 | 10101111 | 101010 | 110110 |
Color Harmonies of #59BCB3
Complementary color
Monochromatic Colors of #59BCB3
Black with #59BCB3
Text Example
Text Example
White with #59BCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCB3; }
p { color: rgb(89,188,179); }
H1.HeaderClassName
{
color: #59BCB3;
}
.AnyTagClassName
{
color: #59BCB3;
}
</style>
background-color css
<style>
a { background-color: #59BCB3; }
a { background-color: rgb(89,188,179); }
div.DivClassName
{
background-color: #59BCB3;
}
.BgClassName
{
background-color: #59BCB3;
}
</style>
border-color css
<style>
span { border-color: #59BCB3; }
span { border-color: rgb(89,188,179); }
td.TdClassName
{
border-color: #59BCB3;
}
.TagClassName
{
border-color: #59BCB3;
}
</style>