Shades of Puerto Rico #56C0B3
Tints of Puerto Rico #56C0B3
RGB
CMYK
RGB Variations
Color information
#56C0B3 (or 0x56C0B3) is known color: Puerto Rico. HEX triplet: 56, C0 and B3. RGB value is (86,192,179). Sum of RGB (Red+Green+Blue) = 86+192+179=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #56C0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C0B3 is #A93F4C. Grayscale: #9E9E9E. Windows color (decimal): -11091789 or 11780182. OLE color: 11780182.
HSL color Cylindrical-coordinate representation of color #56C0B3: hue angle of 172.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C0B3 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 179 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.25 |
| HSL | 172.64º | 0.46% | 0.55% | - |
| HSV(B) | 172.64º | 0.55% | 0.75% | - |
| XYZ | 30.82 | 42.93 | 49.31 | - |
| YUV | 158.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 179 | 0.55 | 0 | 0.07 | 0.25 | 172.64 | 0.46 | 0.55 |
| Hex | 56 | C0 | B3 | 37 | 0 | 7 | 19 | AD | 2E | 37 |
| Octal | 126 | 300 | 263 | 67 | 0 | 7 | 31 | 255 | 56 | 67 |
| Binary | 1010110 | 11000000 | 10110011 | 110111 | 0 | 111 | 11001 | 10101101 | 101110 | 110111 |
Color Harmonies of #56C0B3
Complementary color
Monochromatic Colors of #56C0B3
Black with #56C0B3
Text Example
Text Example
White with #56C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C0B3; }
p { color: rgb(86,192,179); }
H1.HeaderClassName
{
color: #56C0B3;
}
.AnyTagClassName
{
color: #56C0B3;
}
</style>
background-color css
<style>
a { background-color: #56C0B3; }
a { background-color: rgb(86,192,179); }
div.DivClassName
{
background-color: #56C0B3;
}
.BgClassName
{
background-color: #56C0B3;
}
</style>
border-color css
<style>
span { border-color: #56C0B3; }
span { border-color: rgb(86,192,179); }
td.TdClassName
{
border-color: #56C0B3;
}
.TagClassName
{
border-color: #56C0B3;
}
</style>