Shades of Puerto Rico #56BCB2
Tints of Puerto Rico #56BCB2
RGB
CMYK
RGB Variations
Color information
#56BCB2 (or 0x56BCB2) is known color: Puerto Rico. HEX triplet: 56, BC and B2. RGB value is (86,188,178). Sum of RGB (Red+Green+Blue) = 86+188+178=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #56BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BCB2 is #A9434D. Grayscale: #9C9C9C. Windows color (decimal): -11092814 or 11713622. OLE color: 11713622.
HSL color Cylindrical-coordinate representation of color #56BCB2: hue angle of 174.12º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BCB2 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 178 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.26 |
| HSL | 174.12º | 0.43% | 0.54% | - |
| HSV(B) | 174.12º | 0.54% | 0.74% | - |
| XYZ | 29.86 | 41.16 | 48.49 | - |
| YUV | 156.36 | 140.21 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 178 | 0.54 | 0 | 0.05 | 0.26 | 174.12 | 0.43 | 0.54 |
| Hex | 56 | BC | B2 | 36 | 0 | 5 | 1A | AE | 2B | 36 |
| Octal | 126 | 274 | 262 | 66 | 0 | 5 | 32 | 256 | 53 | 66 |
| Binary | 1010110 | 10111100 | 10110010 | 110110 | 0 | 101 | 11010 | 10101110 | 101011 | 110110 |
Color Harmonies of #56BCB2
Complementary color
Monochromatic Colors of #56BCB2
Black with #56BCB2
Text Example
Text Example
White with #56BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCB2; }
p { color: rgb(86,188,178); }
H1.HeaderClassName
{
color: #56BCB2;
}
.AnyTagClassName
{
color: #56BCB2;
}
</style>
background-color css
<style>
a { background-color: #56BCB2; }
a { background-color: rgb(86,188,178); }
div.DivClassName
{
background-color: #56BCB2;
}
.BgClassName
{
background-color: #56BCB2;
}
</style>
border-color css
<style>
span { border-color: #56BCB2; }
span { border-color: rgb(86,188,178); }
td.TdClassName
{
border-color: #56BCB2;
}
.TagClassName
{
border-color: #56BCB2;
}
</style>